From 1341aa5a56b90816166b025043c877ec11346679 Mon Sep 17 00:00:00 2001 From: Klemek Date: Wed, 26 Jun 2019 11:46:06 +0200 Subject: [PATCH] Update config.default.json --- src/config.default.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.default.json b/src/config.default.json index 687ef07..c13b358 100644 --- a/src/config.default.json +++ b/src/config.default.json @@ -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" } -} \ No newline at end of file +}