summary refs log tree commit diff stats
path: root/git-hooks/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'git-hooks/post-receive')
-rwxr-xr-xgit-hooks/post-receive3
1 files changed, 2 insertions, 1 deletions
diff --git a/git-hooks/post-receive b/git-hooks/post-receive
index c95ca41..e3db9dd 100755
--- a/git-hooks/post-receive
+++ b/git-hooks/post-receive
@@ -337,7 +337,8 @@ subprocess.run(["cp", "-R", "-P", *gen_dir.glob("*"), build_dir], check=True)
 
 print("running soupault")
 
-# run soupault on it. note that soupault currently ignores symlinks.
+# run soupault on it. note that soupault currently follows symlinks.
+# FIXME: don't put symlinks in the site dir
 subprocess.run(
     [
         soupault,