mirror of
https://github.com/flatcar/scripts.git
synced 2025-10-21 12:21:16 +02:00
`exit` command will simply fail the whole script, so it would not be possible to check for status of `checkout_branches`. Instead, we need to use `return` for the error checks.