diff --git a/endpoint.sh b/endpoint.sh index 5ebb322..5e7645b 100755 --- a/endpoint.sh +++ b/endpoint.sh @@ -29,6 +29,8 @@ main() { # The CLI uses an interactive prompt, so we need to pipe "yes" to it. yes | "${cli_path}" apply "${args[@]}" + + exit $? } -main \ No newline at end of file +main