From fac4ef4238a9d1e657928b38f2a91228c16afcc6 Mon Sep 17 00:00:00 2001 From: ColinK_ Date: Fri, 28 Oct 2022 18:49:51 -0400 Subject: [PATCH] f --- scripts/{ bootstrap.sh => bootstrap.sh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename scripts/{ bootstrap.sh => bootstrap.sh} (99%) diff --git a/scripts/ bootstrap.sh b/scripts/bootstrap.sh similarity index 99% rename from scripts/ bootstrap.sh rename to scripts/bootstrap.sh index eaaf092..23d106b 100644 --- a/scripts/ bootstrap.sh +++ b/scripts/bootstrap.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env bash +#!/bin/bash set -e echo 'export SENTRY_DSN=https://4d089076433c4a7aa31bbb2741f053fe@sentry.aenow.com/3' eval "$(sentry-cli bash-hook)"