From f531d677c3966ec0f8500c333726837e63964b9f Mon Sep 17 00:00:00 2001 From: Lee Robinson Date: Mon, 7 Mar 2022 22:25:38 -0600 Subject: [PATCH] Update link.go --- cli/internal/login/link.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cli/internal/login/link.go b/cli/internal/login/link.go index 97aeed62e06ad..4ec7f8ba91ffe 100644 --- a/cli/internal/login/link.go +++ b/cli/internal/login/link.go @@ -78,7 +78,7 @@ func (c *LinkCommand) Run(args []string) int { })) if !shouldSetup { - c.Ui.Info("> Aborted.") + c.Ui.Info("> Canceled.") return 1 } @@ -125,7 +125,7 @@ func (c *LinkCommand) Run(args []string) int { })) if chosenTeamName == "" { - c.Ui.Info("Aborted. Turborepo not set up.") + c.Ui.Info("Canceled. Turborepo not set up.") return 1 } else if (chosenTeamName == userResponse.User.Name) || (chosenTeamName == userResponse.User.Username) { chosenTeam = client.Team{