Minor fix to releasinator script

This commit is contained in:
Jay
2017-09-13 13:51:33 -05:00
committed by GitHub
parent 10753da6ab
commit 9fa8f8f5cd

View File

@@ -11,7 +11,7 @@ def validate_version_match()
Printer.fail("lib/PayPal/Core/PayPalConstants.php version #{constant_version} does not match changelog version #{@current_release.version}.") Printer.fail("lib/PayPal/Core/PayPalConstants.php version #{constant_version} does not match changelog version #{@current_release.version}.")
abort() abort()
end end
Printer.success("Plugin.xml version #{constant_version} matches latest changelog version.") Printer.success("lib/PayPal/Core/PayPalConstants.php version #{constant_version} matches latest changelog version.")
end end
def validate_tests() def validate_tests()