This commit is contained in:
Louis Vézina 2017-10-27 22:22:04 -04:00
parent 3a17d005c5
commit 747672efd9
1 changed files with 1 additions and 1 deletions

View File

@ -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