From 2b21208b07f8d4a4e567220c9b9d1efefc798e92 Mon Sep 17 00:00:00 2001 From: Nathan Rajlich Date: Sat, 20 May 2017 13:26:56 -0700 Subject: [PATCH] note that logs are public with OSS deployments (#562) --- bin/now-deploy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/now-deploy.js b/bin/now-deploy.js index 2578a76..9316cf4 100755 --- a/bin/now-deploy.js +++ b/bin/now-deploy.js @@ -547,7 +547,7 @@ async function sync({ token, config: { currentTeam, user } }) { if (plan.id === 'oss') { if (isTTY) { info( - `${chalk.bold((currentTeam && `${currentTeam.slug} is`) || `You (${user.username || user.email}) are`)} on the OSS plan. Your code will be made ${chalk.bold('public')}.` + `${chalk.bold((currentTeam && `${currentTeam.slug} is`) || `You (${user.username || user.email}) are`)} on the OSS plan. Your code and logs will be made ${chalk.bold('public')}.` ) let proceed