diff options
-rw-r--r-- | pkgs/populate/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/populate/default.nix b/pkgs/populate/default.nix index 50bceca..23ee020 100644 --- a/pkgs/populate/default.nix +++ b/pkgs/populate/default.nix @@ -11,7 +11,7 @@ let mkdir -vp ${quote (dirOf sentinelFile)} >&2 touch ${quote sentinelFile} ''} - if ! test -f ${quote sentinelFile}; then + if ! test -e ${quote sentinelFile}; then >&2 printf 'error: missing sentinel file: %s\n' ${quote ( optionalString (!isLocalTarget target) "${target.host}:" + sentinelFile |