Modify permission of `git` hook.

This commit is contained in:
Kazuhiro MUSASHI 2022-08-07 20:49:33 +09:00
parent ee410103ac
commit 9d4cccb842
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@ end
user 'root'
owner 'root'
group 'root'
mode '644'
mode '755'
end
end