mirror of https://github.com/docker/docs.git
Merge pull request #81 from exoscale/fix/shebang-validate-gofmt
Ensure `script/validate-gofmt` is executed with bash
This commit is contained in:
commit
b803e2950e
|
|
@ -1,3 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
source "$(dirname "$BASH_SOURCE")/.validate"
|
source "$(dirname "$BASH_SOURCE")/.validate"
|
||||||
|
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue