X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fremotes2config.sh;h=5838b3ab05fb1d9a1cf6a565513b3c7409adc73a;hb=868bc068bb45e3b9d135151f2126ce3dba849426;hp=0c8b9544908ad90c1731cbac14f9f78910abc8f8;hpb=9a54463a8ab04f19a7f6127df7287320cc731a91;p=git.git diff --git a/contrib/remotes2config.sh b/contrib/remotes2config.sh index 0c8b95449..5838b3ab0 100644 --- a/contrib/remotes2config.sh +++ b/contrib/remotes2config.sh @@ -26,8 +26,8 @@ if [ -d "$GIT_DIR"/remotes ]; then mv "$GIT_DIR"/remotes "$GIT_DIR"/remotes.old fi ;; *) - echo "git-config $key "$value" $regex" - git-config $key "$value" $regex || error=1 ;; + echo "git config $key "$value" $regex" + git config $key "$value" $regex || error=1 ;; esac done fi