Skip to content

Commit

Permalink
fix: cluster list command information (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
fharper authored and claywd committed Jun 30, 2023
1 parent 1abc3ce commit a7bf241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/launch/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,5 +706,5 @@ func DeleteCluster(managedClusterName string) {
os.Exit(0)
}

fmt.Printf("Submitted request to delete cluster %s: %s - follow progress with `kubefirst launch list-clusters`", managedClusterName, objMap["message"])
fmt.Printf("Submitted request to delete cluster %s: %s - follow progress with `kubefirst launch cluster list`", managedClusterName, objMap["message"])
}

0 comments on commit a7bf241

Please sign in to comment.