Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cmd/ocm-backplane/login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ func runLogin(cmd *cobra.Command, argv []string) (err error) {
if !isHostedControlPlane {
return fmt.Errorf("manifestworks are only available for hosted control plane clusters")
}
listManifestWork := fmt.Sprintf("ocm backplane elevate -- oc get manifestworks -n %s -l api.openshift.com/id=%s", managingClusterName, targetClusterID)
listManifestWork := fmt.Sprintf("ocm-backplane elevate -n -- get manifestworks -n %s -l api.openshift.com/id=%s", managingClusterName, targetClusterID)

fmt.Println("A list of associated manifestwork for your given cluster can be found using:")
fmt.Println("\t", listManifestWork)
Expand Down