common: Rename print > return

This commit is contained in:
tschettervictor
2025-06-22 11:25:23 -06:00
committed by GitHub
parent 6b205dcac7
commit d49e6f74fb

View File

@@ -116,7 +116,7 @@ bastille_check_exit_code() {
# This needs to be the last function called
# if used on any command
bastille_print_exit_code() {
bastille_return_exit_code() {
local exit_code="$(cat ${TMP_BASTILLE_EXIT_CODE})"