Skip to content

Commit 50e6f5c

Browse files
committed
Add small success info when creating remediation
1 parent c090c68 commit 50e6f5c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmd/ocm-backplane/remediation/remediation.go

+1
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ func runCreateRemediation(args []string, clusterKey string, urlFlag string) erro
195195
return err
196196
}
197197

198+
fmt.Printf("Created remediation RBAC. You are logged in as remediation: %s\n", remediationName)
198199
return nil
199200
}
200201

0 commit comments

Comments
 (0)