Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
daztucker committed Feb 7, 2024
1 parent c5ad1c5 commit c4650c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/setup_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ if [ ! -z "${INSTALL_PUTTY}" ]; then
(cd /tmp && wget https://tartarus.org/~simon/putty-snapshots/${tarball})
;;
*)
tarball=putty-${ver}.tar.gz
tarball=putty-${INSTALL_PUTTY}.tar.gz
(cd /tmp && wget https://the.earth.li/~sgtatham/putty/${ver}/${tarball})
;;
esac
Expand Down

0 comments on commit c4650c3

Please sign in to comment.