Consistent function names

This commit is contained in:
2025-04-10 17:19:40 +01:00
parent 78a0c68f95
commit 5ac63ddf21

View File

@@ -104,7 +104,7 @@ function disable_alias_check() {
echo "Alias check disabled."
}
function enable-alias-check() {
function enable_alias_check() {
unset DISABLE_ALIAS_CHECK
echo "Alias check enabled."
}