bin/apstrings in apstrings-0.3.5 vs bin/apstrings in apstrings-0.3.6
- old
+ new
@@ -32,16 +32,16 @@
success = false
end
}
if success && any_file
- Apstrings::log_info("Well done! 🍻 🍻")
+ Apstrings::log_info("Well done! 🍻 🍻\n")
exit(0)
else if !any_file
Apstrings::log_info("Nothing to validate.")
exit(0)
else
- Apstrings::log_error("Failed: u'd better know what r u doing...")
+ Apstrings::log_error("Validate failed, See above for details\n")
exit(1)
end
end
\ No newline at end of file