From 9d4ba3c75879297004ee181460a6ead9da6282e3 Mon Sep 17 00:00:00 2001 From: brooke Date: Sun, 23 Feb 2025 01:01:40 -0500 Subject: [PATCH] fix env statement in robots.txt file --- robots.txt.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/robots.txt.tmpl b/robots.txt.tmpl index eb17ffb..257998c 100644 --- a/robots.txt.tmpl +++ b/robots.txt.tmpl @@ -1,7 +1,7 @@ User-agent: * Disallow: / -{{ if eq $PB_PUBLIC_DIRECTORY "true" }} +{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }} User-agent: PrivateBinDirectoryBot Disallow: / {{ else }}