mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-19 21:41:07 +01:00
refactor(avd): update the comment after the last change
This commit is contained in:
parent
150e98e22c
commit
486318da71
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue