Skip to content

Commit

Permalink
Silence unzip output
Browse files Browse the repository at this point in the history
  • Loading branch information
klundberg committed Aug 27, 2019
1 parent f0f0b91 commit 6298a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/install
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ mkdir -p "$ASDF_INSTALL_PATH/bin"
curl -s "$DOWNLOAD_URL" -L -o "$SWIFTLINT_DOWNLOAD_PATH" 2>/dev/null

# unzip swiftlint from the archive into the bin folder
unzip -o "$SWIFTLINT_DOWNLOAD_PATH" swiftlint -d "$ASDF_INSTALL_PATH/bin"
unzip -o "$SWIFTLINT_DOWNLOAD_PATH" swiftlint -d "$ASDF_INSTALL_PATH/bin" >/dev/null

0 comments on commit 6298a68

Please sign in to comment.