diff --git a/cmd/util.go b/cmd/util.go index 6efa5d4..73b2616 100644 --- a/cmd/util.go +++ b/cmd/util.go @@ -37,7 +37,7 @@ func runLocalOrRemote(funs structs.Choice) { fallthrough case "TESTING": funs.Local() - case "DEV": + case "DEVELOPMENT": fallthrough case "STAGING": fallthrough