Skip to content

Commit de53666

Browse files
authored
fix: Add variable escaping in Makefile (#4669)
1 parent 56754d8 commit de53666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ init:
33
which brew || /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
44
brew bundle
55
pre-commit install
6-
clang-format --version | awk '{print $3}' > scripts/.clang-format-version
6+
clang-format --version | awk '{print $$3}' > scripts/.clang-format-version
77
swiftlint version > scripts/.swiftlint-version
88

99
# installs the tools needed to test various CI tasks locally

0 commit comments

Comments
 (0)