summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/certspotter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/certspotter.nix b/modules/certspotter.nix
index fa1cba57..4dee0d37 100644
--- a/modules/certspotter.nix
+++ b/modules/certspotter.nix
@@ -10,7 +10,7 @@ let
10 runtimeInputs = with pkgs; [ coreutils ]; 10 runtimeInputs = with pkgs; [ coreutils ];
11 text = '' 11 text = ''
12 mkdir -p "''${LOGS_DIRECTORY}" 12 mkdir -p "''${LOGS_DIRECTORY}"
13 env > $(mktemp -p "''${LOGS_DIRECTORY}" "$(date -seconds).XXXXXXXXXX.env") 13 env > "$(mktemp -p "''${LOGS_DIRECTORY}" "$(date -seconds).XXXXXXXXXX.env")"
14 ''; 14 '';
15 }; 15 };
16 16