summary refs log tree commit diff stats
path: root/git-hooks
diff options
context:
space:
mode:
authorSoniEx2 <endermoneymod@gmail.com>2021-09-20 12:11:43 -0300
committerSoniEx2 <endermoneymod@gmail.com>2021-09-20 12:11:43 -0300
commit2b96f8d9b2cba1fdb0daff8c145199c88d2806b7 (patch)
tree6995c4ebb3f512581dd7e8465aebefed9ae621f6 /git-hooks
parent3077ca112d587b84bfdd64599cedc2ed91715281 (diff)
Fix comment
Diffstat (limited to 'git-hooks')
-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,