Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Commit

Permalink
fix output text
Browse files Browse the repository at this point in the history
  • Loading branch information
martinnirtl committed Feb 19, 2020
1 parent 41a4b42 commit 9a9d3d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func ErrorAndExit(err error) {

// PrintNoActiveEnvSet prints no envs configured and exits
func PrintNoActiveEnvSet() {
fmt.Printf("No active environment configured. Add new environment with %s or set active environment with %s.\n", chalk.Cyan.Color("dockma envs init"), chalk.Cyan.Color("dockma env set"))
fmt.Printf("No active environment configured. Add new environment with %s or set active environment with %s.\n", chalk.Cyan.Color("dockma env init"), chalk.Cyan.Color("dockma env set"))

os.Exit(0)
}
Expand Down

0 comments on commit 9a9d3d4

Please sign in to comment.