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 0a5b932 commit 3c9ac4fCopy full SHA for 3c9ac4f
crates/stackable-operator/src/eos/mod.rs
@@ -155,7 +155,7 @@ impl EndOfSupportChecker {
155
tracing::warn!(
156
eos.built.datetime = built_datetime,
157
eos.build.age = build_age,
158
- "This operator version was built on {built_datetime} ({build_age} ago) and may has reached end-of-support. \
+ "This operator version was built on {built_datetime} ({build_age} ago) and may have reached end-of-support. \
159
Running unsupported versions may contain security vulnerabilities. \
160
Please upgrade to a supported version as soon as possible."
161
);
0 commit comments