Consistent function names
This commit is contained in:
@@ -104,7 +104,7 @@ function disable_alias_check() {
|
|||||||
echo "Alias check disabled."
|
echo "Alias check disabled."
|
||||||
}
|
}
|
||||||
|
|
||||||
function enable-alias-check() {
|
function enable_alias_check() {
|
||||||
unset DISABLE_ALIAS_CHECK
|
unset DISABLE_ALIAS_CHECK
|
||||||
echo "Alias check enabled."
|
echo "Alias check enabled."
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user