Skip to content

Commit 5f885b8

Browse files
committed
fix(test/utils): set shebang to Bash
1 parent 82a1eb5 commit 5f885b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/utils

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/usr/bin/env bash
22

33
# taken from
44
# https://github.com/ryanbrainard/heroku-buildpack-testrunner/blob/master/lib/test_utils.sh
@@ -112,7 +112,7 @@ test::utils::assertMatches() {
112112

113113
local needle
114114
local haystack
115-
115+
116116
needle="${1}"
117117
haystack="${2}"
118118

0 commit comments

Comments
 (0)