Skip to content

Commit

Permalink
fix typo in Makefile (#1411)
Browse files Browse the repository at this point in the history
  • Loading branch information
glenn-sq authored Oct 29, 2024
1 parent 0006352 commit 514e583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dirs := $(shell ls | egrep 'policies|rules|helpers|models|templates|queries' | xargs)
dirs := $(shell ls | egrep 'policies|rules|global_helpers|models|templates|queries' | xargs)
UNAME := $(shell uname)
TEST_ARGS :=

Expand Down

0 comments on commit 514e583

Please sign in to comment.