From 46a974b6286ac9ec047dbf9820ddb8bbb882ec2a Mon Sep 17 00:00:00 2001
From: jackgr <jackgr@google.com>
Date: Wed, 2 Mar 2016 18:09:30 -0800
Subject: [PATCH] Fix misspelling of rootfs/resourcifer

---
 rootfs/resourcifier/Makefile | 9 ++-------
 1 file changed, 2 insertions(+), 7 deletions(-)

diff --git a/rootfs/resourcifier/Makefile b/rootfs/resourcifier/Makefile
index 7925b04e1..d1a62ebca 100644
--- a/rootfs/resourcifier/Makefile
+++ b/rootfs/resourcifier/Makefile
@@ -13,19 +13,14 @@
 # limitations under the License.
 
 IMAGE ?= resourcifier
-	KUBE_VERSION ?= v1.1.7
+KUBE_VERSION ?= v1.1.7
 
 include ../include.mk
 
 .PHONY: extras
-extras: expansion kubectl
-
-.PHONY: expansion
-expansion:
-	cp -R ../../expansion ./opt
+extras: kubectl
 
 .PHONY: kubectl
 kubectl:
 	curl -fsSL -o bin/kubectl https://storage.googleapis.com/kubernetes-release/release/${KUBE_VERSION}/bin/linux/amd64/kubectl
 	chmod +x bin/kubectl
-	
\ No newline at end of file
-- 
GitLab