summaryrefslogtreecommitdiff
path: root/mongo-edu.js
diff options
context:
space:
mode:
Diffstat (limited to 'mongo-edu.js')
-rw-r--r--mongo-edu.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/mongo-edu.js b/mongo-edu.js
index 4c42fcd..57cd25e 100644
--- a/mongo-edu.js
+++ b/mongo-edu.js
@@ -21,6 +21,8 @@ var mdbvideos = require('./lib/login'),
exports.create = function start() {
+ 'use strict';
+
var lookFor = ((!argv.h)? 'Videos' : 'Handouts');
validate.init(argv, function (err, profile) {