Merge branch 'maint'
[git.git] / git-parse-remote.sh
index 91688792a2eb28d6f6a84fae81f1ae390bd49b45..ea093d251d98af6a3d4df19e900d56df34d51572 100644 (file)
@@ -6,7 +6,7 @@ GIT_DIR=$(git rev-parse -q --git-dir) || :;
 
 get_default_remote () {
        curr_branch=$(git symbolic-ref -q HEAD)
-       curr_branch="${cur_branch#refs/heads/}"
+       curr_branch="${curr_branch#refs/heads/}"
        origin=$(git config --get "branch.$curr_branch.remote")
        echo ${origin:-origin}
 }