Update config.default.json

This commit is contained in:
Klemek
2019-06-26 11:46:06 +02:00
committed by GitHub
parent 5e05f250f4
commit 1341aa5a56
+2 -2
View File
@@ -37,7 +37,7 @@
"endpoint": "/webhook",
"secret": "",
"signature_header": "",
"pull_command": "git pull"
"pull_command": "git pull origin master"
},
"showdown": {
"parseImgDimensions": true,
@@ -54,4 +54,4 @@
"plantuml": {
"output_format": "svg"
}
}
}