From 73d2d02e87848e3f2efaf83a8210c16cdbc69d39 Mon Sep 17 00:00:00 2001 From: Jeff Olivier Date: Thu, 18 Apr 2024 16:42:51 -0600 Subject: [PATCH] Add a dumb change Required-githooks: true Change-Id: I81c32246ee0956fe2c380ccfb78875d8acdb1256 Signed-off-by: Jeff Olivier --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 2c44f5060b8..044a09a774a 100644 --- a/SConstruct +++ b/SConstruct @@ -130,7 +130,7 @@ def update_rpm_version(version, tag): if line.startswith("Version:"): current_version = line[line.rfind(' ') + 1:].rstrip() if version < current_version: - print("You cannot create a new version ({}) lower than the RPM " + print("You cannot create a new version ({}) lower than the RPM " "spec file has currently ({})".format(version, current_version)) return False