From 377b6d0fb2da695fc46269cc7ed1343aebd5a221 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Latzarus?= Date: Thu, 14 Dec 2023 15:38:57 +0100 Subject: [PATCH] Remove redundant word in fix message --- mob.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mob.go b/mob.go index f696b673..154771bc 100644 --- a/mob.go +++ b/mob.go @@ -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") }