Skip to content

Commit eec5643

Browse files
committed
Create parent directories as well
1 parent 10a5950 commit eec5643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-format-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [[ "$KTLINT_VERSION" == "" ]]; then
77
echo "Provide ktlint version in KTLINT_VERSION env variable"
88
exit 1
99
fi
10-
mkdir ${HOME}/.local/bin
10+
mkdir -p ${HOME}/.local/bin
1111
echo "Installing detekt $DETEKT_VERSION"
1212
jar_destination="${HOME}/.local/lib/detekt"
1313
mkdir -p ${jar_destination}

0 commit comments

Comments
 (0)