Skip to content

Commit

Permalink
updated Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Nov 19, 2023
1 parent ffa5517 commit 4f4f491
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 @@ -213,7 +213,7 @@ fmt:
if uname -s | grep Darwin; then \
sed(){ gsed "$$@"; }; \
fi; \
sed -i 's|# !/|#!/|' *.d2
sed -i 's|# !/|#!/|' *.d2 custom/*.d2

# revert typechange of template.d2 symlink
git checkout $$(git status --porcelain | awk '/^.T/{print $$2}')
Expand Down

0 comments on commit 4f4f491

Please sign in to comment.