Skip to content

Commit 2ce1d96

Browse files
committed
fix: correct shebang
1 parent b6c4bff commit 2ce1d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cleanup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh -l
1+
#!/bin/bash
22

33
# Empty secure environments
44
export AWS_ACCESS_KEY_ID=''

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -l
1+
#!/bin/bash
22
set -e
33

44
RESET_TEXT='\033[0m'

0 commit comments

Comments
 (0)