We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23bf434 commit 9f58c22Copy full SHA for 9f58c22
bin/private/asdf-exec
@@ -24,7 +24,7 @@ for version in "${versions[@]}"; do
24
25
if [ "$version" != "system" ] && [ ! -d "$install_path" ]; then
26
echo "$plugin_name $version not installed"
27
- exit 1
+ exit 127
28
fi
29
30
if full_executable_path=$(get_executable_path "$plugin_name" "$version" "$executable_path"); then
0 commit comments