diff --git a/service.nix b/service.nix index 35dbaf2..9439662 100644 --- a/service.nix +++ b/service.nix @@ -27,9 +27,9 @@ in if [ -d "$target" ]; then if [[ $(${pkgs.findutils}/bin/find /some/dir/ -maxdepth 0 -empty) -gt 0 ]]; then - echo "~ Found Files at $target ~" - else echo "~ No Files in $target ~" + else + echo "~ Found Files at $target ~" fi fi done < "${config.repo-clone.pkg}"