From 974765a6934d46c3e76ca991aba3acaa1087bde5 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Tue, 16 Apr 2019 17:26:20 -0700 Subject: [PATCH] Fix image builder in the Makefile The binary name has a typo. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6ff0e3080..c4aab93af 100644 --- a/Makefile +++ b/Makefile @@ -53,7 +53,7 @@ image-rbdplugin: cephcsi $(CONTAINER_CMD) build -t $(RBD_IMAGE_NAME):$(RBD_IMAGE_VERSION) deploy/rbd/docker image-cephfsplugin: cephcsi - cp _output/cephsci deploy/cephfs/docker/cephfsplugin + cp _output/cephcsi deploy/cephfs/docker/cephfsplugin $(CONTAINER_CMD) build -t $(CEPHFS_IMAGE_NAME):$(CEPHFS_IMAGE_VERSION) deploy/cephfs/docker push-image-rbdplugin: image-rbdplugin