Skip to content

Commit

Permalink
fix: rake vbump:final
Browse files Browse the repository at this point in the history
  • Loading branch information
mfazekas committed Dec 19, 2023
1 parent c4c7e3b commit dc0e58f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit dc0e58f

Please sign in to comment.