From 040e0bd6657d46fd0e735c063ab84aed565df218 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Sat, 19 Aug 2023 20:58:10 +0530 Subject: [PATCH] chore(scripts): include shebang (x3) --- scripts/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install-deps.sh b/scripts/install-deps.sh index 8932f25..8e3268c 100644 --- a/scripts/install-deps.sh +++ b/scripts/install-deps.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/usr/bin/bash set -e