We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ded6fd commit 27b4c82Copy full SHA for 27b4c82
asdf-install-versions
@@ -8,7 +8,8 @@ cat .tool-versions | while read -r version; do
8
ret=$(asdf where $version)
9
ex=$?
10
if [ $ex -eq 0 ]; then
11
- echo "$version is already installed. Skipping"
+ echo "$version is already installed. Reshimming"
12
+ asdf reshim $version
13
else
14
echo "$version is not installed. Trying to install..."
15
asdf install $version
0 commit comments