tidy curl

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-11 12:17:38 +00:00
parent a35f04deff
commit 6b60f08342

View File

@ -5,7 +5,7 @@ ARCH=x86_64
OS=Linux
docker:
curl https://get.docker.com/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION} > docker
curl -L -o docker https://get.docker.com/builds/${OS}/${ARCH}/docker-${DOCKER_VERSION}
chmod +x docker
clean: