X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Fexamples%2Fgit-remote.perl;h=b17952a785d9e45dea8a71c211f76f0271e659da;hb=aa437791d8b3d5a163777d1cabd1f299654ce712;hp=36bd54c985080f8dd5558a3e7a4e19ede9fbab93;hpb=fc721b699b817e9cb78994c6dd6d86e744bd2112;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) {