Skip to content

Commit 6c2a602

Browse files
Mikachugitster
authored andcommitted
Typo "does not exists" when git remote update remote.
1 parent c82efaf commit 6c2a602

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/examples/git-remote.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ sub update_remote {
309309
}
310310
}
311311
} else {
312-
print STDERR "Remote group $name does not exists.\n";
312+
print STDERR "Remote group $name does not exist.\n";
313313
exit(1);
314314
}
315315
for (@remotes) {

0 commit comments

Comments
 (0)