diff --git a/robots.txt.tmpl b/robots.txt.tmpl index 257998c..7da7ee1 100644 --- a/robots.txt.tmpl +++ b/robots.txt.tmpl @@ -2,7 +2,7 @@ User-agent: * Disallow: / {{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }} +{{ else }} User-agent: PrivateBinDirectoryBot Disallow: / -{{ else }} -{{ end }} +{{ end }} \ No newline at end of file