diff options
author | SoniEx2 <endermoneymod@gmail.com> | 2021-09-20 12:11:43 -0300 |
---|---|---|
committer | SoniEx2 <endermoneymod@gmail.com> | 2021-09-20 12:11:43 -0300 |
commit | 2b96f8d9b2cba1fdb0daff8c145199c88d2806b7 (patch) | |
tree | 6995c4ebb3f512581dd7e8465aebefed9ae621f6 /git-hooks | |
parent | 3077ca112d587b84bfdd64599cedc2ed91715281 (diff) |
Fix comment
Diffstat (limited to 'git-hooks')
-rwxr-xr-x | git-hooks/post-receive | 3 |
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, |