diff options
-rwxr-xr-x | justfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile index 53533c1..4ec188a 100755 --- a/justfile +++ b/justfile @@ -3,4 +3,4 @@ cd: vanity-imports --config vanity-imports.toml - rsync --recursive --delete dist/ /srv/http/go + rsync --recursive --delete --chmod=go+r dist/ /srv/http/go |