This commit is contained in:
David Moore 2026-01-22 12:58:18 -08:00 committed by GitHub
commit fd6a3ad127
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ function uninstall_oh_my_zsh() {
}
function upgrade_oh_my_zsh() {
echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Use \`omz update\` instead.$reset_color"
echo >&2 "${fg[yellow]}Note: \`$0\` is deprecated. Using \`omz update\` instead.$reset_color"
omz update
}