diff --git a/service.nix b/service.nix index bdef466..e83046b 100644 --- a/service.nix +++ b/service.nix @@ -26,7 +26,7 @@ in target=''${args[1]} if [ -d "$target" ]; then - files=("$($target)/*") + files=("$target/*") if [[ $($files[@]) -gt 0 ]]; then echo "~ Found Files at $target ~"