mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2026-02-15 05:40:57 +01:00
refactor(avd): update the comment after the last change
This commit is contained in:
@@ -89,7 +89,7 @@ function avd() {
|
|||||||
return
|
return
|
||||||
fi
|
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)
|
avd_name=$(avds -s | head -"$avd_number" | tail -1)
|
||||||
echo "Starting emulator: $avd_name"
|
echo "Starting emulator: $avd_name"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user