Skip to content

Commit

Permalink
Update login instruction on failed link to run npx turbo login
Browse files Browse the repository at this point in the history
  • Loading branch information
gaspar09 committed Dec 9, 2021
1 parent 69590dc commit 3f2fd08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/internal/login/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 3f2fd08

Please sign in to comment.