Skip to content

Commit 0a5b932

Browse files
committed
chore: Remove "days" from the warning message
1 parent e5591f1 commit 0a5b932

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

crates/stackable-operator/src/eos/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ impl EndOfSupportChecker {
155155
tracing::warn!(
156156
eos.built.datetime = built_datetime,
157157
eos.build.age = build_age,
158-
"This operator version was built on {built_datetime} ({build_age} days ago) and may have reached end-of-support. \
158+
"This operator version was built on {built_datetime} ({build_age} ago) and may has reached end-of-support. \
159159
Running unsupported versions may contain security vulnerabilities. \
160160
Please upgrade to a supported version as soon as possible."
161161
);

0 commit comments

Comments
 (0)