From e38ef93b4a607dfb0f87e4a1c34ee23bc2d1a596 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 3 Apr 2017 14:57:33 +0200 Subject: [PATCH] Correction to the previous commit --- master.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index 2b7c22e..d126d0e 100644 --- a/master.cfg +++ b/master.cfg @@ -235,7 +235,7 @@ def git_step(branch=''): submodules=True) -def git_submodules_update(branch): +def git_submodules_update(): command = ['git', 'submodule', 'update', '--remote'] return ShellCommand(name='Submodules Update', command=command,