From edd132d2a32da33129f946597362ddd4b8f76e1e Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Thu, 16 Apr 2015 10:59:56 +0200 Subject: [PATCH] s/scw-image-tools/scw-builder/g --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6e339bd..163a5fc 100644 --- a/Makefile +++ b/Makefile @@ -10,6 +10,6 @@ SOURCE_URL = https://github.com/scaleway/image-archlinux ## Image tools (https://github.com/scaleway/image-tools) all: docker-rules.mk docker-rules.mk: - wget -qO - http://j.mp/scw-image-tools | bash + wget -qO - http://j.mp/scw-builder | bash -include docker-rules.mk ## Below you can add custom makefile commands and overrides