Merge pull request #414 from jfrazelle/jessfraz-has-been-shamed-for-life

Fixes validate
This commit is contained in:
Mrunal Patel 2015-02-26 09:37:21 -08:00
commit bcfdee970e
1 changed files with 2 additions and 2 deletions

View File

@ -5,8 +5,8 @@ set -e
validate() {
sed -i 's!docker/docker!docker/libcontainer!' /go/src/github.com/docker/docker/hack/make/.validate
/go/src/github.com/docker/docker/hack/make/validate-dco
/go/src/github.com/docker/docker/hack/make/validate-gofmt
bash /go/src/github.com/docker/docker/hack/make/validate-dco
bash /go/src/github.com/docker/docker/hack/make/validate-gofmt
}
# run validations