From d8c4cd48d76501326d6d97525d94201d31f89f44 Mon Sep 17 00:00:00 2001 From: discord9 Date: Fri, 20 Sep 2024 12:53:28 +0800 Subject: [PATCH] chore: typos --- docker/dev-builder/ubuntu/pull_binstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/dev-builder/ubuntu/pull_binstall.sh b/docker/dev-builder/ubuntu/pull_binstall.sh index d995fc3d490f..a14ee6c7ea7e 100755 --- a/docker/dev-builder/ubuntu/pull_binstall.sh +++ b/docker/dev-builder/ubuntu/pull_binstall.sh @@ -3,7 +3,7 @@ set -euxo pipefail cd "$(mktemp -d)" -# Fix version to v1.10.5, this is different than the latest version in original install script in +# Fix version to v1.6.6, this is different than the latest version in original install script in # https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh base_url="https://github.com/cargo-bins/cargo-binstall/releases/download/v1.6.6/cargo-binstall-"