From dc0e58feff7dd918746547f573dcd306fadce210 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikl=C3=B3s=20Fazekas?= Date: Tue, 19 Dec 2023 19:35:52 +0100 Subject: [PATCH] fix: rake vbump:final --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 08ef2979b..fcb54e61b 100644 --- a/Rakefile +++ b/Rakefile @@ -100,7 +100,7 @@ def change_version(&block) f.write(line) end raise ArgumentError, "Cound not find line: PRE = \"#{pre}\" in #{version_file}" unless found[:pre] - raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny] + raise ArgumentError, "Cound not find line: TINY = \"#{tiny}\" in #{version_file}" unless found[:tiny] || new_tiny == tiny end FileUtils.mv version_file, "#{version_file}.old"