Skip to content

Commit 6d112d2

Browse files
committed
typo
1 parent 0206e33 commit 6d112d2

File tree

1 file changed

+1
-1
lines changed
  • crates/stackable-operator/src

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ pub struct ProductOperatorRun {
251251
///
252252
/// [`ProductOperatorRun`] is intended for operators, but it has fields that are not needed for
253253
/// utilities such as `user-info-fetcher` or `opa-bundle-builder`. So this struct offers a limited
254-
/// set, that should be shared across all Stackable tools running in Kubernetes.
254+
/// set, that should be shared across all Stackable tools running on Kubernetes.
255255
#[derive(clap::Parser, Debug, PartialEq, Eq)]
256256
pub struct CommonStackableCliArgs {
257257
#[command(flatten)]

0 commit comments

Comments
 (0)