Skip to content

Commit

Permalink
Fix wget typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iarenaza committed Apr 20, 2022
1 parent 44aa420 commit 01ca07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ script: ./clj-kondo --lint src --lint test && lein do "eastwood-${CLJ}", "test-$
before_install:
- git submodule update --init --recursive
- yes | sudo lein upgrade
- wget "https://github.com/clj-kondo/clj-kondo/releases/download/v${CLJ_KONDO_RELEASE}/clj-kondo-${CLJ_KONDO_RELEASE}-linux-static-amd64.zip" -o clj-kondo.zip
- wget "https://github.com/clj-kondo/clj-kondo/releases/download/v${CLJ_KONDO_RELEASE}/clj-kondo-${CLJ_KONDO_RELEASE}-linux-static-amd64.zip" -O clj-kondo.zip
- unzip clj-kondo.zip

matrix:
Expand Down

0 comments on commit 01ca07b

Please sign in to comment.