Skip to content

Commit 52301c1

Browse files
Merge pull request #582 from RaphaelBut/small-fix
Add small success info when creating remediation
2 parents fd3a957 + 50e6f5c commit 52301c1

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)