diff options
Diffstat (limited to 'scripts/utils')
-rw-r--r-- | scripts/utils | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/utils b/scripts/utils index 709cace..6254d88 100644 --- a/scripts/utils +++ b/scripts/utils @@ -49,7 +49,7 @@ _git_fetch() { # _g: mirror is in global workspace # First agument has to be a source URL # Second argument is name of directory to which will be directory cloned in. -# Second argument is optional and should be branch name (master is used if not +# Third argument is optional and should be branch name (master is used if not # provided). git_fetch_w() { _git_fetch "$1" "$2" "$3" "$WORKSPACE/git-mirror" @@ -64,7 +64,7 @@ git_fetch_g() { # Clones one depth given repository with given branch/tag/hash # First agument has to be a source URL # Second argument is name of directory to which will be directory cloned in. -# Second argument is optional and should be branch name (master is used if not +# Third argument is optional and should be branch name (master is used if not # provided). git_clone() { local src="$1" |