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

chore(azure): fix typo

This commit is contained in:
Carlo Sala 2023-04-27 19:42:55 +02:00
parent 65699912be
commit 5fc1118fd2

View file

@ -1,4 +1,4 @@
# AZ Get Subscritions
# AZ Get Subscriptions
function azgs() {
az account show --output tsv --query 'name' 2>/dev/null
}