From c4830491a11dc74061ea6db01628dc092cdf0c35 Mon Sep 17 00:00:00 2001 From: swilly22 Date: Wed, 20 Dec 2017 13:06:19 +0200 Subject: [PATCH] update package target to use new version of ramp --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index a4024db..b15d787 100644 --- a/src/Makefile +++ b/src/Makefile @@ -95,7 +95,7 @@ clean: package: redisgraph.so mkdir -p ../build - ramp-packer -m "`pwd`/../ramp_manifest.yml" -v -o "../build/redisgraph.{os}-{architecture}.latest.zip" "`pwd`/redisgraph.so" + ramp pack -m "`pwd`/../ramp_manifest.yml" -v -o "../build/redisgraph.{os}-{architecture}.latest.zip" "`pwd`/redisgraph.so" test: $(MODULE) redisgraph.so # unit tests