From f25f46e09147b3f351e1796056041a6038019288 Mon Sep 17 00:00:00 2001 From: "Ramin B." Date: Sun, 13 Sep 2015 11:26:50 -0400 Subject: [PATCH] default arg to production on deploy --- lib/cli/deploy.coffee | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/cli/deploy.coffee b/lib/cli/deploy.coffee index 225a5166..faa3b4a8 100644 --- a/lib/cli/deploy.coffee +++ b/lib/cli/deploy.coffee @@ -15,7 +15,6 @@ module.exports = (cli, args) -> if !args.env and fs.existsSync(path.join(args.path, 'app.production.coffee')) args.env = 'production' - delete args.env project = new Roots args.path, env: args.env