aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 97cc528..32b59ac 100644
--- a/.bashrc
+++ b/.bashrc
@@ -286,7 +286,7 @@ backup_repo() (
local backup_dir="$repo_dir"
if [ $# -eq 1 ]; then
- local backup_dir="$1"
+ backup_dir="$1"
elif [ $# -gt 1 ]; then
echo "Usage: $FUNCNAME [BACKUP_DIR]" >&2
exit 1