Skip to content

Commit

Permalink
git: worktree, Remove the -- from the ErrRestoreWorktreeeOnlyNotSuppo…
Browse files Browse the repository at this point in the history
…rted error
  • Loading branch information
Ben Talbot committed Jul 14, 2021
1 parent 3ce029e commit a1221f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worktree.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var (
ErrUnstagedChanges = errors.New("worktree contains unstaged changes")
ErrGitModulesSymlink = errors.New(gitmodulesFile + " is a symlink")
ErrNonFastForwardUpdate = errors.New("non-fast-forward update")
ErrRestoreWorktreeeOnlyNotSupported = errors.New("--worktree only is not supported")
ErrRestoreWorktreeeOnlyNotSupported = errors.New("worktree only is not supported")
)

// Worktree represents a git worktree.
Expand Down

0 comments on commit a1221f4

Please sign in to comment.