Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
ghaiszaher committed Dec 25, 2022
1 parent 6559319 commit c3bb97b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ if [ "$INPUT_KTLINT_VERSION" = "latest" ]; then
grep "browser_download_url.*ktlint\"" |
cut -d : -f 2,3 |
tr -d \" |
wget -qi - && chmod a+x ktlint &&
wget -qi - &&
chmod a+x ktlint &&
mv ktlint /usr/local/bin/
else
curl -sSLO https://github.com/pinterest/ktlint/releases/download/"${INPUT_KTLINT_VERSION}"/ktlint &&
Expand Down

0 comments on commit c3bb97b

Please sign in to comment.