1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2026-02-12 20:31:00 +01:00

improve error message

This commit is contained in:
Markus Hofbauer
2022-11-22 16:35:43 +01:00
committed by Markus Hofbauer
parent 821ee1ebec
commit ccfdc8dd97

View File

@@ -9,7 +9,7 @@ import re
ERROR_MESSAGE_TEMPLATE = """Found alias collision
Alias %s defined in %s already exists as %s in %s.
Alias `%s` defined in `%s` already exists as alias `%s` in `%s`.
Consider renaming your alias.
"""