diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 19:27:55 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-12-15 19:27:55 -0500 |
commit | 8a603c978fa0642b02c2fcbb749bf4c3c2793c29 (patch) | |
tree | d6049ea314ae356ecd6d922ce18110cb9c56828b | |
parent | 6208964ad32a7f36e03d8d14d969642255524566 (diff) |
minor bugfix
-rwxr-xr-x | git-mirror | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -80,7 +80,7 @@ download() { git config --file "$local/config" --add git-mirror."$key" "$val" done < "$local/git-mirror.tmp" rm -f "$local/git-mirror.tmp" - git config --file "$local/config" --remove-section git-mirror-bak + git config --file "$local/config" --remove-section git-mirror-bak 2>/dev/null || true } upload() ( |