Skip to content

Commit 537e46f

Browse files
committed
bug: fixed wrong path in Makefile.
1 parent 0dd449c commit 537e46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dev:
1919
ifeq ($(UNAME),Darwin)
2020
luarocks install --lua-dir=$(LUA_JIT_DIR) rockspec/jsonschema-master-0.rockspec --only-deps
2121
else ifneq ($(LUAROCKS_VER),'luarocks 3.')
22-
luarocks install jsonschema-master-0.rockspec --only-deps
22+
luarocks install rockspec/jsonschema-master-0.rockspec --only-deps
2323
else
2424
luarocks install --lua-dir=/usr/local/openresty/luajit jsonschema-master-0.rockspec --only-deps
2525
endif

0 commit comments

Comments
 (0)