diff --git a/modules/files/check-link-targets.sh b/modules/files/check-link-targets.sh index 46457f0cc..ae4f091ff 100644 --- a/modules/files/check-link-targets.sh +++ b/modules/files/check-link-targets.sh @@ -48,11 +48,11 @@ done if [[ ${#collisionErrors[@]} -gt 0 ]] ; then errorEcho "Please do one of the following: - Move or remove the files below and try again. -- In standalone mode, use 'home-manager switch -b backup' to back up - files automatically. -- When used as a NixOS or nix-darwin module, set - 'home-manager.backupFileExtension' - to, for example, 'backup' and rebuild." +- In standalone mode, use 'home-manager switch -b backup' to back up"\ +" files automatically. +- When used as a NixOS or nix-darwin module, set"\ +" 'home-manager.backupFileExtension'"\ +" to, for example, 'backup' and rebuild." for error in "${collisionErrors[@]}" ; do errorEcho "$error" done