Merge "[GLOBAL] Fix Makefile typo"
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 5 Jan 2021 23:11:08 +0000 (23:11 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 5 Jan 2021 23:11:08 +0000 (23:11 +0000)
kubernetes/Makefile

index 81d35c5..3c5254c 100644 (file)
@@ -85,7 +85,7 @@ clean:
 
 # publish helm plugins via distrubtion directory
 plugins:
-       @cp -R $(HELM_BIN) $(PACKAGE_DIR)/
+       @cp -R helm $(PACKAGE_DIR)/
 
 # start up a local helm repo to serve up helm chart packages
 # WARNING: Only helm < v3 supported