diff --git a/scripts/_common.sh b/scripts/_common.sh index 6efbd38..8b0530d 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -13,7 +13,7 @@ nodejs_version=12 bool_to_str() { bool_str=(false true) - return "${bool_str[$1]}" + echo "${bool_str[$1]}" } dato_setup_config_files() {