diff --git a/setup-dotz.sh b/setup-dotz.sh index e7100f9..58f2212 100755 --- a/setup-dotz.sh +++ b/setup-dotz.sh @@ -110,7 +110,7 @@ _move_old_init_to_backup() { for file in "${_init_file[@]}" ; do if [ -e "$file" ]; then - _mordo "Found existing ${file}, moving to ${file}.bak." + _mordu "Found existing ${file}, moving to ${file}.bak." mv "$file" "$file.bak" fi done