From 9f75d3cd2954a9760cf6ff749cbdec0be6401e8e Mon Sep 17 00:00:00 2001 From: niacdoial <17071037+niacdoial@users.noreply.github.com> Date: Sun, 23 Oct 2022 11:15:05 +0200 Subject: [PATCH] Files: small change to make the style uniform Co-authored-by: Alex Griffin --- modules/files.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/files.nix b/modules/files.nix index 3edd1f96..f5d7a2b8 100644 --- a/modules/files.nix +++ b/modules/files.nix @@ -345,10 +345,10 @@ in if [[ -e "$realOut/$relTarget" ]]; then if [[ -d "$realOut/$relTarget" && $(realpath "$realOut/$relTarget") == $realOut && $recursive ]]; then # exception: allow a "collision" for a recureively linked home *directory* - : + : else - echo "File conflict for file '$relTarget'" >&2 - return + echo "File conflict for file '$relTarget'" >&2 + return fi fi