Skip to content

Commit

Permalink
Small fix to hashbang in golang packaging scripts
Browse files Browse the repository at this point in the history
[#150545872]

Signed-off-by: Ed King <[email protected]>
  • Loading branch information
Tom Godkin authored and teddyking committed Aug 30, 2017
1 parent eed31c8 commit 681d193
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/golang/packaging
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/usr/bin/env bash
#!/usr/bin/env bash

set -e

Expand Down
2 changes: 2 additions & 0 deletions packages/guardian/packaging
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env bash

set -e

mkdir -p ${BOSH_INSTALL_TARGET}/src
Expand Down

0 comments on commit 681d193

Please sign in to comment.