From 3f2fd08a5f1370419dc2e54708cb83622334522d Mon Sep 17 00:00:00 2001 From: Gaspar Garcia Date: Thu, 9 Dec 2021 10:18:46 -0800 Subject: [PATCH] Update login instruction on failed link to run `npx turbo login` --- cli/internal/login/link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/internal/login/link.go b/cli/internal/login/link.go index 3d2ed3bced92f..1fe65649361de 100644 --- a/cli/internal/login/link.go +++ b/cli/internal/login/link.go @@ -83,7 +83,7 @@ func (c *LinkCommand) Run(args []string) int { } if c.Config.Token == "" { - c.logError(fmt.Errorf(util.Sprintf("User not found. Please login to Vercel first by running ${BOLD}`npx vercel login`${RESET}."))) + c.logError(fmt.Errorf(util.Sprintf("User not found. Please login to Turborepo first by running ${BOLD}`npx turbo login`${RESET}."))) return 1 }