From 147c21a19bf94c6fd810fc3b5b07be3473e0016f Mon Sep 17 00:00:00 2001 From: Hunter Halloran Date: Fri, 30 Jan 2026 17:53:49 -0500 Subject: [PATCH] Fix missing 'fi' in shell script --- module.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module.nix b/module.nix index 217f5ba..af5e6e1 100644 --- a/module.nix +++ b/module.nix @@ -143,7 +143,8 @@ in echo "Copying environment file from managed secret..." cp ${cfg.envFile} /var/lib/usda-vision/.env chmod 644 /var/lib/usda-vision/.env - ''} + fi + ''} ${lib.optionalString (cfg.envFile == null) '' if [ ! -s /var/lib/usda-vision/.env ]; then