Skip to content

Commit

Permalink
Remove redundant word in fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
clemlatz authored and gregorriegler committed Dec 14, 2023
1 parent 2e5c519 commit 377b6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mob.go
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ func start(configuration config.Configuration) error {

if !currentBaseBranch.hasRemoteBranch(configuration) && !configuration.StartCreate {
say.Error("Remote branch " + currentBaseBranch.remote(configuration).String() + " is missing")
say.Fix("To start and and create the remote branch", "mob start --create")
say.Fix("To start and create the remote branch", "mob start --create")
return errors.New("remote branch is missing")
}

Expand Down

0 comments on commit 377b6d0

Please sign in to comment.