Skip to content

Commit 87e7631

Browse files
committed
Format Makefile
1 parent 952f038 commit 87e7631

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ format-check:
1212

1313
pack-install:
1414
find . -iname "qlpack.yml" -exec \
15-
sh -c 'codeql pack install $$(dirname "$$1")' sh {} \;
15+
sh -c 'codeql pack install $$(dirname "$$1")' sh {} \;
1616

1717
pack-upgrade:
1818
find . -iname "qlpack.yml" -exec \
19-
sh -c 'codeql pack upgrade $$(dirname "$$1")' sh {} \;
19+
sh -c 'codeql pack upgrade $$(dirname "$$1")' sh {} \;
2020

2121
.PHONY: test format format-check pack-install pack-upgrade

0 commit comments

Comments
 (0)