mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-15 01:48:34 -07:00
refactor(avd): update the comment after the last change
This commit is contained in:
parent
150e98e22c
commit
486318da71
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user