diff options
-rw-r--r-- | brep/handler/submit/submit-git.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/brep/handler/submit/submit-git.in b/brep/handler/submit/submit-git.in index 347ca19..8263efe 100644 --- a/brep/handler/submit/submit-git.in +++ b/brep/handler/submit/submit-git.in @@ -650,7 +650,7 @@ for i in {1..11}; do # and remove those that match exactly. # # Change CWD to the section directory to make sure that the found archive - # paths doesn't contain spaces. + # paths don't contain spaces. # fs=($(run cd "$tgt_dir/$s" && run find -name "$name-$v*")) |