From 965be8551443f1a797ec528eb37458547f895d1b Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Fri, 3 Nov 2017 15:45:46 +0530 Subject: [PATCH] `up kill` now works! --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 279df4f..1306dd1 100644 --- a/index.js +++ b/index.js @@ -16,7 +16,7 @@ var createStaticServer = require('./actions/createStaticServer'); var killServer = require('./actions/killServer'); // Check for requirements such as OS version and nginx install. Throw and exit if requirements not found. #Roadmap: Add ability to satisfy any possible requirements. -// requirements(); // Comment in development and uncomment this line in production. This should check whether the OS is compatible with this version of `up` +requirements(); // Comment in development and uncomment this line in production. This should check whether the OS is compatible with this version of `up` program .version('0.1.2');