diff options
Diffstat (limited to 'scripts/build_assets_image')
-rwxr-xr-x | scripts/build_assets_image | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build_assets_image b/scripts/build_assets_image index 9eb1ccd5515..12beddfa184 100755 --- a/scripts/build_assets_image +++ b/scripts/build_assets_image @@ -1,7 +1,7 @@ # Exit early if we don't want to build the image if [[ "${BUILD_ASSETS_IMAGE}" != "true" ]] then - exit 0 + exit 0 fi # Generate the image name based on the project this is being run in |