mirror of
https://github.com/git/git.git
synced 2024-10-28 21:07:52 +01:00
Typo "does not exists" when git remote update remote.
This commit is contained in:
parent
c82efafcfa
commit
6c2a6022db
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ sub update_remote {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
print STDERR "Remote group $name does not exists.\n";
|
print STDERR "Remote group $name does not exist.\n";
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
for (@remotes) {
|
for (@remotes) {
|
||||||
|
|
Loading…
Reference in a new issue