Removing 's' suffix from sleep(1)
This commit is contained in:
parent
af0b98750c
commit
b8a20c9ade
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ do more than 3 updates at a time."""
|
|||
name = "random wait for clone"
|
||||
description = r"randomly waiting before git fetching"
|
||||
descriptionDone = r"waited before git fetching"
|
||||
command = ['sleep', WithProperties (r"%ss", r'randomWait')]
|
||||
command = ['sleep', WithProperties (r"%s", r'randomWait')]
|
||||
|
||||
class CloneOrUpdateGDBMasterRepo (Git):
|
||||
"""This build step updates the so-called "master" git repository. For
|
||||
|
|
Loading…
Reference in a new issue