mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-13 21:00:57 +01:00
refactor(avd): update the comment after the last change
This commit is contained in:
@@ -89,7 +89,7 @@ function avd() {
|
||||
return
|
||||
fi
|
||||
|
||||
# Print only the n-th AVD and remove the number prefix added by 'grep -n'
|
||||
# Print only the n-th AVD name.
|
||||
avd_name=$(avds -s | head -"$avd_number" | tail -1)
|
||||
echo "Starting emulator: $avd_name"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user