Skip to content

Commit

Permalink
missed a version variable replacement
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkinsc committed May 12, 2019
1 parent 8d4ba07 commit 3f55766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install-beast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

beast_version="1.10.1"

wget --quiet https://github.com/beast-dev/beast-mcmc/releases/download/v1.10.4/BEASTv${beast_version}.tgz
wget --quiet https://github.com/beast-dev/beast-mcmc/releases/download/v${beast_version}/BEASTv${beast_version}.tgz
tar -xzpf BEASTv${beast_version}.tgz
rm BEASTv${beast_version}.tgz

Expand Down

0 comments on commit 3f55766

Please sign in to comment.