Skip to content

Commit

Permalink
Don't use curl's --fail in setting up Browsh
Browse files Browse the repository at this point in the history
Seems to fail every time
  • Loading branch information
tombh committed Jul 10, 2018
1 parent c26b632 commit 6593691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfacer/contrib/setup_browsh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ version=$(echo $line | grep -o '".*"' | cut -d " " -f 2 | sed 's/"//g')
base='https://github.com/browsh-org/browsh/releases/download'
release_url="$base/v$version/browsh_${version}_linux_amd64"

curl -L -o --fail browsh $release_url
curl -L -o browsh $release_url
chmod a+x browsh

0 comments on commit 6593691

Please sign in to comment.