Skip to content

Commit

Permalink
Update error string for RemoteAlreadyExists
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiou87 committed Sep 21, 2021
1 parent bbbfb7f commit b514bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const GitErrorRegexes: { [regexp: string]: GitError } = {
GitError.ProtectedBranchRequiredStatus,
'error: GH007: Your push would publish a private email address.': GitError.PushWithPrivateEmail,
'error: could not lock config file (.+): File exists': GitError.ConfigLockFileAlreadyExists,
'fatal: remote (.+) already exists.': GitError.RemoteAlreadyExists,
'error: remote (.+) already exists.': GitError.RemoteAlreadyExists,
"fatal: tag '(.+)' already exists": GitError.TagAlreadyExists,
'error: Your local changes to the following files would be overwritten by merge:\n':
GitError.MergeWithLocalChanges,
Expand Down

0 comments on commit b514bbb

Please sign in to comment.