зеркало из https://github.com/microsoft/git.git
Typo "does not exists" when git remote update remote.
This commit is contained in:
Родитель
c82efafcfa
Коммит
6c2a6022db
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче