Skip to content

Commit e95b0bc

Browse files
committed
fix: update install-asdf.sh to fix lint fail
1 parent 1a56e05 commit e95b0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/install-asdf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export ASDF_VERSION=v0.18.0
77
rm /tmp/asdf.tar.gz || true
88

99
curl -L https://github.com/asdf-vm/asdf/releases/download/${ASDF_VERSION}/asdf-${ASDF_VERSION}-linux-amd64.tar.gz -o /tmp/asdf.tar.gz
10-
10+
1111
mkdir -p /opt/asdf
1212

1313
tar -xzf /tmp/asdf.tar.gz -C /opt/asdf

0 commit comments

Comments
 (0)