Skip to content

Commit

Permalink
Added flag to debug md5 command
Browse files Browse the repository at this point in the history
  • Loading branch information
dirtyhabits97 committed Sep 15, 2021
1 parent f3a59ef commit 08c24ee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/swiftlint/downloadSwiftlint.sh
Expand Up @@ -31,6 +31,8 @@ do
shift
done

set -x

# If macOS
if [[ "$OSTYPE" == "darwin"* ]]; then
hash_cmd="md5 -q ${asset}"
Expand Down

0 comments on commit 08c24ee

Please sign in to comment.