mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Just use exit code 1 instead of inheriting it
This commit is contained in:
parent
ec866a1bb1
commit
89f5566fb4
@ -70,7 +70,7 @@ install_tool_version() {
|
||||
reshim_command $plugin_name $full_version
|
||||
else
|
||||
rm -rf $install_path
|
||||
exit $exit_code
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user