Skip to content

Commit

Permalink
fix shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
eschwartz committed Feb 26, 2020
1 parent e578148 commit 68a9a50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_ci.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/env bash
#!/usr/bin/env bash
set -euxo pipefail

export GOBIN=$(dirname `which go`)
Expand Down

0 comments on commit 68a9a50

Please sign in to comment.