mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-28 08:50:06 +02:00
Merge pull request #600 from Retucex/master
Fixed typo in error message displayed
This commit is contained in:
commit
c47b927e23
1 changed files with 4 additions and 4 deletions
|
@ -83,7 +83,7 @@ var assertOriginSpecified = function(generalArgs) {
|
|||
if (generalArgs[0] !== 'origin') {
|
||||
throw new GitError({
|
||||
msg: intl.todo(
|
||||
generalArgs[0] + ' is not a remote in your repository! try adding origin that argument'
|
||||
generalArgs[0] + ' is not a remote in your repository! try adding origin to that argument'
|
||||
)
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue