We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16267d7 commit 05ef28dCopy full SHA for 05ef28d
Makefile
@@ -45,7 +45,7 @@ redis: all
45
cd $(BUILD_DIR)/redis-$(REDIS_VERSION) && make
46
47
package:
48
- git archive --format=tar --prefix=api-gateway-request-validation-1.0/ -o api-gateway-request-validation-1.0.tar.gz -v HEAD
+ git archive --format=tar --prefix=api-gateway-request-validation-1.1/ -o api-gateway-request-validation-1.1.tar.gz -v HEAD
49
50
clean: all
51
rm -rf $(BUILD_DIR)
0 commit comments