Skip to content

Commit

Permalink
Merge pull request #677 from i8ramin/patch-1
Browse files Browse the repository at this point in the history
default arg to production on deploy
  • Loading branch information
Jeff Escalante committed Sep 13, 2015
2 parents 707bc94 + f25f46e commit 5d4afcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli/deploy.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5d4afcd

Please sign in to comment.