bin/apstrings in apstrings-0.3.1 vs bin/apstrings in apstrings-0.3.3

- old
+ new

@@ -32,16 +32,16 @@ success = false end } if success && any_file - Apstrings::log_info("Success, well done! 🍻 🍻") + Apstrings::log_info("Well done! 🍻 🍻") exit(0) else if !any_file Apstrings::log_info("Nothing to validate.") exit(0) else - Apstrings::log_error("Failed: You'd better know what u r doing...") + Apstrings::log_error("Failed: You'd better know what r u doing...") exit(1) end end \ No newline at end of file