diff --git a/src/get-default-auth-cfg.js b/src/get-default-auth-cfg.js index cf1a98b..7930cf9 100644 --- a/src/get-default-auth-cfg.js +++ b/src/get-default-auth-cfg.js @@ -1,6 +1,6 @@ const getDefaultAuthCfg = () => ({ _: - 'This is your now credentials file. DONT SHARE! More: https://git.io/now-global-config', + 'This is your Now credentials file. DON\'T SHARE! More: https://git.io/now-global-config', credentials: [] }) diff --git a/src/get-default-cfg.js b/src/get-default-cfg.js index 7a3d012..6983e02 100644 --- a/src/get-default-cfg.js +++ b/src/get-default-cfg.js @@ -1,6 +1,6 @@ const getDefaultCfg = () => ({ _: - 'This is your now credentials file. DONT SHARE! More: https://git.io/now-global-config' + 'This is your Now config file. See `now config help`. More: https://git.io/now-global-config' }) module.exports = getDefaultCfg