Skip to content

Commit c105f97

Browse files
committed
chore: change shebang
1 parent 01876f1 commit c105f97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
node iac/drift/args-echo.js $@

test/fixtures/iac/drift/download-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22
echo -n "download ok" >&2
33
# We exit in failure here to prevent driftctl fmt to be launched
44
# The goal in this test is only to test that the file has been downloaded

0 commit comments

Comments
 (0)