Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Jul 4, 2024
1 parent 967a747 commit 566443c
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
Expand Up @@ -221,7 +221,7 @@ fmt: init
for directory in . templates; do \
pushd "$$directory" && \
git checkout $$(git status --porcelain | awk '/^.T/{print $$2}') && \
popd ||
popd || \
exit 1; \
done

Expand Down

0 comments on commit 566443c

Please sign in to comment.