Skip to content

Commit f4076ca

Browse files
typo in command get environment
Signed-off-by: Shivam Purohit <[email protected]>
1 parent a8e03eb commit f4076ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cmd/get/environment.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ var ChaosEnvironmentCmd = &cobra.Command{
5151
utils.PrintError(err);
5252

5353
if environmentID == "" {
54-
utils.White_B.Print("\nEnter the environment ID: ")
54+
utils.White_B.Print("\nEnter the Environment ID: ")
5555
fmt.Scanln(&environmentID)
5656

5757
for environmentID == "" {
58-
utils.Red.Println("⛔ environment ID can't be empty!!")
58+
utils.Red.Println("⛔ Environment ID can't be empty!!")
5959
os.Exit(1)
6060
}
6161
}

0 commit comments

Comments
 (0)