Skip to content

Commit 8adc562

Browse files
committed
Fix typo
Signed-off-by: paulober <[email protected]>
1 parent 95c05a4 commit 8adc562

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/macos/dtc/build-dtc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
# Drop git repo of dtc as we use brew to build
66
rm -rf dtc
7-
mkidr -p dtc-install
7+
mkdir -p dtc-install
88
cd dtc-install
99

1010
arch -x86_64 /usr/local/bin/brew install --build-from-source dtc

0 commit comments

Comments
 (0)