Skip to content

Commit

Permalink
Remove extra newline in warning (#5165)
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-is committed Sep 8, 2020
1 parent 1b1e72a commit 48935e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/now-cli/src/commands/deploy/latest.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ const printDeploymentStatus = async (
chalk.dim(
`${indication.action || 'Learn More'}: ${indication.link}`
) +
newline +
newline;
output.print(message + link);
}
Expand Down

0 comments on commit 48935e9

Please sign in to comment.