From 508ea65fae8cbe76c4d6540b8da0865e1154486f Mon Sep 17 00:00:00 2001 From: Josh Arrington <2245544+josharrington@users.noreply.github.com> Date: Fri, 7 Feb 2025 05:55:10 +0000 Subject: [PATCH] [chore] Ensure dev_deploy is run with bash --- dev_deploy.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev_deploy.sh b/dev_deploy.sh index a106395..d779484 100755 --- a/dev_deploy.sh +++ b/dev_deploy.sh @@ -1,3 +1,5 @@ +#!/bin/bash + # Exit immediately if a command exits with a non-zero status set -e