Browse Source

Typo "does not exists" when git remote update remote.

maint
Mikael Magnusson 17 years ago committed by Junio C Hamano
parent
commit
6c2a6022db
  1. 2
      contrib/examples/git-remote.perl

2
contrib/examples/git-remote.perl

@ -309,7 +309,7 @@ sub update_remote { @@ -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) {

Loading…
Cancel
Save