Skip to content

Commit

Permalink
Merge pull request #3 from GSA-TTS/fix-env-name
Browse files Browse the repository at this point in the history
Full environment name
  • Loading branch information
jadudm authored Jun 24, 2024
2 parents 166c7e1 + 27b55a2 commit c1c77a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func runLocalOrRemote(funs structs.Choice) {
fallthrough
case "TESTING":
funs.Local()
case "DEV":
case "DEVELOPMENT":
fallthrough
case "STAGING":
fallthrough
Expand Down

0 comments on commit c1c77a2

Please sign in to comment.