From 2b96f8d9b2cba1fdb0daff8c145199c88d2806b7 Mon Sep 17 00:00:00 2001 From: SoniEx2 Date: Mon, 20 Sep 2021 12:11:43 -0300 Subject: Fix comment --- git-hooks/post-receive | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'git-hooks') 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, -- cgit 1.4.1