Fixes validate

I'm the worst, shame, shame, shame has been brough unto my family

Docker-DCO-1.1-Signed-off-by: Jessie Frazelle <jess@docker.com> (github: jfrazelle)
This commit is contained in:
Jessica Frazelle 2015-02-26 09:36:29 -08:00
parent b48acf4613
commit 3c474b9e2a
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