Skip to content

Commit

Permalink
Merge pull request #33 from deniseschannon/master
Browse files Browse the repository at this point in the history
spelling fix
  • Loading branch information
ibuildthecloud authored Dec 1, 2016
2 parents 71f39aa + 8bd0e3c commit be4a0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util_actions.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func pickAction(resource *client.Resource, actions ...string) (string, error) {
}

func replaceTypeNames(msg string) string {
return strings.Replace(msg, "project", "enviroment", -1)
return strings.Replace(msg, "project", "environment", -1)
}

0 comments on commit be4a0a0

Please sign in to comment.