Skip to content

Commit

Permalink
use correct version string
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Dec 20, 2024
1 parent 78b8e44 commit b65d7ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/install-rust-ceramic.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
REPO=ceramicnetwork/rust-ceramic/releases
ARCH=x86_64
OS=unknown-linux-gnu
OS_VERSION=ubuntu-22
OS_VERSION=ubuntu-22.04
TARGET=$ARCH-$OS

if [ -z ${1+x} ] || [ "$1" == "latest" ]; then
Expand Down

0 comments on commit b65d7ff

Please sign in to comment.