We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1506c23 commit 2e8c23bCopy full SHA for 2e8c23b
rust/stackablectl/src/cmds/operator.rs
@@ -130,7 +130,7 @@ pub enum CmdError {
130
#[snafu(display("invalid repository name"))]
131
InvalidRepoName { source: InvalidRepoNameError },
132
133
- #[snafu(display("invalid semantic helm chart version {version:?}"))]
+ #[snafu(display("invalid semantic helm chart version {version:?}"))]
134
InvalidHelmChartVersion {
135
source: semver::Error,
136
version: String,
0 commit comments