Skip to content

Commit

Permalink
Merge pull request #147 from vercel/gaspar/update-login-instruction-o…
Browse files Browse the repository at this point in the history
…n-link
  • Loading branch information
jaredpalmer authored Dec 9, 2021
2 parents 69590dc + 3f2fd08 commit 7a6a16d
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

1 comment on commit 7a6a16d

@vercel
Copy link

@vercel vercel bot commented on 7a6a16d Dec 9, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.