We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8e03eb commit f4076caCopy full SHA for f4076ca
pkg/cmd/get/environment.go
@@ -51,11 +51,11 @@ var ChaosEnvironmentCmd = &cobra.Command{
51
utils.PrintError(err);
52
53
if environmentID == "" {
54
- utils.White_B.Print("\nEnter the environment ID: ")
+ utils.White_B.Print("\nEnter the Environment ID: ")
55
fmt.Scanln(&environmentID)
56
57
for environmentID == "" {
58
- utils.Red.Println("⛔ environment ID can't be empty!!")
+ utils.Red.Println("⛔ Environment ID can't be empty!!")
59
os.Exit(1)
60
}
61
0 commit comments