diff options
author | przemyslawpluta <przemekpluta@hotmail.com> | 2015-06-23 13:57:40 +0100 |
---|---|---|
committer | przemyslawpluta <przemekpluta@hotmail.com> | 2015-06-23 13:57:40 +0100 |
commit | 1b96751fb3b9d2fd01fc62483370f6ce58e9dc2c (patch) | |
tree | ad522b87ede5598e59b6d292bac695d05a61098f /lib | |
parent | cef26a342b2758b36e5b4eeeda7c5ad61531dd56 (diff) | |
download | mongo-edu-1b96751fb3b9d2fd01fc62483370f6ce58e9dc2c.zip |
update
version bump
Diffstat (limited to 'lib')
-rw-r--r-- | lib/initialize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/initialize.js b/lib/initialize.js index ae93802..ae94f85 100644 --- a/lib/initialize.js +++ b/lib/initialize.js @@ -57,7 +57,7 @@ module.exports = function run(profile, argv) { return console.log('i'.red + ' Unable to locate any ' + lookFor.toLowerCase() + ' lists in the wiki. Are ' + lookFor.toLowerCase() + ' list present in the wiki?' + - ((lookFor === 'Videos') ? ' Try to add ' + '--cw'.green + ' to switch and search on courseware instead.' : '')); + ((lookFor === 'Videos') ? '\n\nTry to add ' + '--cw'.green + ' to switch and search on courseware instead; make sure your mongodb user profile video preferences are set to youtube.\n' : '')); }); }); |