Skip to content

Commit 9fa8f8f

Browse files
authored
Minor fix to releasinator script
1 parent 10753da commit 9fa8f8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.releasinator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def validate_version_match()
1111
Printer.fail("lib/PayPal/Core/PayPalConstants.php version #{constant_version} does not match changelog version #{@current_release.version}.")
1212
abort()
1313
end
14-
Printer.success("Plugin.xml version #{constant_version} matches latest changelog version.")
14+
Printer.success("lib/PayPal/Core/PayPalConstants.php version #{constant_version} matches latest changelog version.")
1515
end
1616

1717
def validate_tests()

0 commit comments

Comments
 (0)