From 4e1e18ce196c880d59a9462dda14ebeb12e6fbe1 Mon Sep 17 00:00:00 2001 From: JonathanMontane Date: Thu, 1 Sep 2016 14:57:52 +0200 Subject: [PATCH] fixed Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b16413e..96ecd25 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ lint: check: test lint archive: build - cd ./build/; zip -r JsonWebTokenDynamicValue.zip "$(identifier)/" + cd ./build/; zip -r JSONSchemaFakerDynamicValue.zip "$(identifier)/"