about summary refs log tree commit diff
path: root/users/aspen/web/orgExportHTML.nix
diff options
context:
space:
mode:
authorAspen Smith <root@gws.fyi>2024-08-08T03·15-0400
committerclbot <clbot@tvl.fyi>2024-08-08T03·22+0000
commit000fb856befa667bfc4ac36fe3794f97ad34a1bd (patch)
tree00daf30d4c99b428916d026067aa01838f557ad2 /users/aspen/web/orgExportHTML.nix
parent3536a7c7fa76e2e8398b9707483c592da947e75b (diff)
chore(aspen/web): some tweaks r/8460
Change-Id: I268728af52785efb5e6b3df7d4bfe0e0d54c13a1
Reviewed-on: https://cl.tvl.fyi/c/depot/+/12169
Autosubmit: aspen <root@gws.fyi>
Tested-by: BuildkiteCI
Reviewed-by: aspen <root@gws.fyi>
Diffstat (limited to 'users/aspen/web/orgExportHTML.nix')
-rw-r--r--users/aspen/web/orgExportHTML.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/aspen/web/orgExportHTML.nix b/users/aspen/web/orgExportHTML.nix
index aac4e32e7ac5..3a8e35f22d17 100644
--- a/users/aspen/web/orgExportHTML.nix
+++ b/users/aspen/web/orgExportHTML.nix
@@ -51,7 +51,7 @@ runCommand outName { inherit src; } ''
       --kill
     rm file.org
     substitute file.html "$2" \
-      --replace '<title>&lrm;</title>' ""
+      --replace-quiet '<title>&lrm;</title>' ""
     rm file.html
   }