X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fexamples%2Fgit-remote.perl;h=b17952a785d9e45dea8a71c211f76f0271e659da;hb=796a01c41ca0b66f798571c7e876b3de4607f498;hp=36bd54c985080f8dd5558a3e7a4e19ede9fbab93;hpb=ac39efbdf3d41443c40166b7578b7fb87c2f3b60;p=git.git diff --git a/contrib/examples/git-remote.perl b/contrib/examples/git-remote.perl index 36bd54c98..b17952a78 100755 --- a/contrib/examples/git-remote.perl +++ b/contrib/examples/git-remote.perl @@ -309,7 +309,7 @@ sub update_remote { } } } else { - print STDERR "Remote group $name does not exists.\n"; + print STDERR "Remote group $name does not exist.\n"; exit(1); } for (@remotes) {