From 50a3d2d13e9a72d8f1bbcda12408eb881e081781 Mon Sep 17 00:00:00 2001
From: Casey Faist <caseylfaist@gmail.com>
Date: Thu, 4 Oct 2018 10:47:16 -0500
Subject: [PATCH] add shebang and update file permissions

---
 etc/ci-setup.sh | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 mode change 100644 => 100755 etc/ci-setup.sh

diff --git a/etc/ci-setup.sh b/etc/ci-setup.sh
old mode 100644
new mode 100755
index 75bb97eb..bcc9f18d
--- a/etc/ci-setup.sh
+++ b/etc/ci-setup.sh
@@ -1,3 +1,5 @@
+#!/usr/bin/env bash
+
 sudo apt-get -qq update
 sudo apt-get install software-properties-common -y
-curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
\ No newline at end of file
+curl --fail --retry 3 --retry-delay 1 --connect-timeout 3 --max-time 30 https://cli-assets.heroku.com/install-ubuntu.sh | sh
-- 
GitLab