Skip to content

Commit bd9fbab

Browse files
committed
Fix shebang issue
1 parent 581db3c commit bd9fbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash -l
1+
#!/bin/sh -l
22

33
echo "======================"
44
echo "= Linting OAS file ="

0 commit comments

Comments
 (0)