From 747672efd91bf52078eea16cde323457d3c3d4f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Fri, 27 Oct 2017 22:22:04 -0400 Subject: [PATCH] Test --- check_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_update.py b/check_update.py index e19847719..176e7592a 100644 --- a/check_update.py +++ b/check_update.py @@ -3,6 +3,6 @@ from get_general_settings import * import git g = git.cmd.Git(os.path.dirname(__file__)) -g.pull('origin ' + branch + '--dry-run') +g.pull('origin ' + branch + ' --dry-run') print g \ No newline at end of file