Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/list-bin-paths
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ source "${plugin_dir}/lib/utils.bash"
: "${ASDF_INSTALL_VERSION:?ASDF_INSTALL_VERSION is not specified}"
: "${ASDF_INSTALL_PATH:?ASDF_INSTALL_PATH is not specified}"

declare -ra OPTIONAL_BIN_PATHS=("platform-tools")
declare -ra OPTIONAL_BIN_PATHS=("platform-tools" "emulator")

function main() {
local install_path="${1:-install path parameter is required}"
Expand Down
Loading