From 5fcd0e39af90e9fdb4b1f053a5124fa9152021c7 Mon Sep 17 00:00:00 2001 From: Brandon Presley Date: Fri, 4 Nov 2022 23:03:17 +1300 Subject: [PATCH] Use bash for deploy.sh The rvm script requires it --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 782a0b9..c10047b 100755 --- a/deploy.sh +++ b/deploy.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash set -ex