Typo "does not exists" when git remote update remote.
This commit is contained in:
parent
c82efafcfa
commit
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) {
|
||||
|
Loading…
Reference in New Issue
Block a user