diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 17:14:47 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2019-08-28 17:14:47 +0300 |
commit | 32a92bfa9ca270f262b34b6cfc82825d84f9026c (patch) | |
tree | 92fdfd2c35a17cae8d417d576e2846aca871f310 | |
parent | 796822f9d40b3da3fd507bcae32bc8e53207ba98 (diff) |
Fix typo
-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*")) |