Skip to content

Commit

Permalink
fix: Add variable escaping in Makefile (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
philprime authored Jan 2, 2025
1 parent 56754d8 commit de53666
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 @@ -3,7 +3,7 @@ init:
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew bundle
pre-commit install
clang-format --version | awk '{print $3}' > scripts/.clang-format-version
clang-format --version | awk '{print $$3}' > scripts/.clang-format-version
swiftlint version > scripts/.swiftlint-version

# installs the tools needed to test various CI tasks locally
Expand Down

0 comments on commit de53666

Please sign in to comment.