Skip to content

Commit

Permalink
Fix gofmt test in alpine container
Browse files Browse the repository at this point in the history
  • Loading branch information
databus23 committed Dec 6, 2017
1 parent 3f08e02 commit a0aa873
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gofmt.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh

if [ -n "$(gofmt -l $@)" ]; then
echo "Go code is not formatted:"
Expand Down

0 comments on commit a0aa873

Please sign in to comment.