Skip to content
This repository has been archived by the owner on Jul 27, 2020. It is now read-only.

Commit

Permalink
fix module name
Browse files Browse the repository at this point in the history
  • Loading branch information
shaynativ committed Nov 16, 2017
1 parent b333ff6 commit 031cd1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.package
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
# The relative path to the RAMP manifest
RAMP_MANIFEST = ramp.yml
# The command to execute RAMP
RAMP_COMMAND = ramp-packer -m $(RAMP_MANIFEST)
RAMP_COMMAND = ramp-packer -v -m $(RAMP_MANIFEST)
# The module's product name, to be part of the URL
MODULE_NAME = redisml
MODULE_NAME = redis-ml
# The output directory where the packages go
BUILD_DIR = ../build

Expand Down

0 comments on commit 031cd1c

Please sign in to comment.