Skip to content

Commit

Permalink
chore(rules): Correct typo in default project-local Lua load path
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Oct 5, 2023
1 parent 02a4e0a commit ff42e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ $(BUILDDIR)/casile.lua: | $(BUILDDIR)
CASILE.project = "$(PROJECT)"
CASILE.casiledir = "$(CASILEDIR)"
CASILE.publisher = "casile"
extendSilePath("$(PROJECTDIR)/lua_madules")
extendSilePath("$(PROJECTDIR)/lua_modules")
return { _name = "casile", type = "casile" }
EOF

Expand Down

0 comments on commit ff42e51

Please sign in to comment.