Skip to content

Commit

Permalink
update package target to use new version of ramp
Browse files Browse the repository at this point in the history
  • Loading branch information
swilly22 committed Dec 20, 2017
1 parent d0b4b3d commit c483049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c483049

Please sign in to comment.