Skip to content

Commit cae9ed9

Browse files
committed
Add shebang to setup script
1 parent 8001a5e commit cae9ed9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#!/usr/bin/env bash
2+
13
# Ensure the current directory is part of a go module.
24
if [ ! -f "go.mod" ]; then
35
echo "error: failed to find go.mod file in current directory."

0 commit comments

Comments
 (0)