0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

refactor(avd): update the comment after the last change

This commit is contained in:
Andrzej Zabost 2021-08-10 20:28:49 +02:00
parent 150e98e22c
commit 486318da71

View file

@ -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"