Browse Source

Made sure that shortlinks point to the right place

master
Leo Lamprecht 8 years ago
parent
commit
340b8721ac
  1. 2
      src/get-default-auth-cfg.js
  2. 2
      src/get-default-cfg.js

2
src/get-default-auth-cfg.js

@ -1,6 +1,6 @@
const getDefaultAuthCfg = () => ({ const getDefaultAuthCfg = () => ({
_: _:
'This is your Now credentials file. DON\'T SHARE! More: https://git.io/now-global-config', 'This is your Now credentials file. DON\'T SHARE! More: https://git.io/v7dds',
credentials: [] credentials: []
}) })

2
src/get-default-cfg.js

@ -1,6 +1,6 @@
const getDefaultCfg = () => ({ const getDefaultCfg = () => ({
_: _:
'This is your Now config file. See `now config help`. More: https://git.io/now-global-config' 'This is your Now config file. See `now config help`. More: https://git.io/v7dds'
}) })
module.exports = getDefaultCfg module.exports = getDefaultCfg

Loading…
Cancel
Save