We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a5950 commit eec5643Copy full SHA for eec5643
scripts/install-format-tools.sh
@@ -7,7 +7,7 @@ if [[ "$KTLINT_VERSION" == "" ]]; then
7
echo "Provide ktlint version in KTLINT_VERSION env variable"
8
exit 1
9
fi
10
-mkdir ${HOME}/.local/bin
+mkdir -p ${HOME}/.local/bin
11
echo "Installing detekt $DETEKT_VERSION"
12
jar_destination="${HOME}/.local/lib/detekt"
13
mkdir -p ${jar_destination}
0 commit comments