Skip to content

Commit c1f9ffe

Browse files
Update internal/cmd/ske/credentials/start-rotation/start_rotation.go
Co-authored-by: João Palet <[email protected]>
1 parent d713f64 commit c1f9ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/ske/credentials/start-rotation/start_rotation.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ func NewCmd() *cobra.Command {
9191
operationState = "Triggered start of credentials rotation"
9292
}
9393
cmd.Printf("%s for cluster %q\n", operationState, model.ClusterName)
94-
cmd.Printf("Complete the rotation by running:\n$ stackit ske credentials complete-rotation %s\n", model.ClusterName)
94+
cmd.Printf("Complete the rotation by running:\n $ stackit ske credentials complete-rotation %s\n", model.ClusterName)
9595
return nil
9696
},
9797
}

0 commit comments

Comments
 (0)