不要怂,就是干,撸起袖子干!

Commit 2a365fd0 by Elliot Foster

Potential fix for #1057

Tests for the undo flag would definitely be a good idea, too.
1 parent d5c66c39
Showing with 1 additions and 1 deletions
......@@ -113,7 +113,7 @@ if(typeof program.env === 'string') {
configuration.environment = program.env
}
if (program.migrate) {
if (program.migrate || program.undo) {
if (configFileExists()) {
var config
, options = {}
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!