Browse Source
* There's no auth stuff in here * `now` -> `Now` * Add missing `'` * Mention `now config help`master
Matheus Fernandes
8 years ago
committed by
Guillermo Rauch
2 changed files with 2 additions and 2 deletions
@ -1,6 +1,6 @@ |
|||||
const getDefaultCfg = () => ({ |
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 |
module.exports = getDefaultCfg |
||||
|
Loading…
Reference in new issue