dylanaraps / fff

📁 A simple file manager written in bash.
MIT License
4.09k stars 173 forks source link

Wrong shellcheck URL in Travis CI #148

Closed Sidd-Dino closed 4 years ago

Sidd-Dino commented 4 years ago

Issue: https://github.com/koalaman/shellcheck/issues/1871

shellcheck fails when downloaded from storage.googleapis.com

Failure message:

You are downloading ShellCheck from the wrong URL!

Please update to the latest one:

https://github.com/koalaman/shellcheck/releases/download/latest/shellcheck-latest.linux.x86_64.tar.xz

For more information, see:

https://github.com/koalaman/shellcheck/issues/1871
Sidd-Dino commented 4 years ago

This is the reason why my pull request https://github.com/dylanaraps/fff/pull/147 failed to build

dylanaraps commented 4 years ago

Fixed