Skip to content

Commit

Permalink
bugfix. update result message for creating service
Browse files Browse the repository at this point in the history
  • Loading branch information
ktkfree committed Apr 27, 2022
1 parent b7354cd commit 18051f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/service_create.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ tks service create --cluster-id <CLUSTERID> --service-name <LMA,LMA_EFK,SERVICE_
if err != nil {
fmt.Println("Error:", err)
} else {
fmt.Println("Success: The request to create service ", args[0], " was accepted.")
fmt.Println("Success: The request to create service ", AppGroupName, " was accepted.")
}
},
}
Expand Down

0 comments on commit 18051f4

Please sign in to comment.