Skip to content

Commit

Permalink
fetch-configlet: use new asset naming scheme (#110)
Browse files Browse the repository at this point in the history
Reflect the change [1] in the configlet repo.

[1] https://www.github.com/exercism/configlet/commit/57e6c5fdb3f3
  • Loading branch information
ee7 authored Jan 10, 2023
1 parent 08daae9 commit a63d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configlet-ci/fetch-configlet
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ fi

name='configlet.tar.gz'
gh -R exercism/configlet release download --output "${name}" \
--pattern 'configlet-linux-64bit.tgz'
--pattern 'configlet_*_linux_x86-64.tar.gz'
tar xzf "${name}" -C bin/
rm "${name}"

0 comments on commit a63d5ca

Please sign in to comment.