Skip to content

Commit 01d3105

Browse files
committed
Fix hashbang in Docker script
1 parent 27ac2aa commit 01d3105

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker_run.sh

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

33
set -e
44

0 commit comments

Comments
 (0)