Skip to content
Snippets Groups Projects
Commit 2d8483d8 authored by nimrod's avatar nimrod
Browse files

- Correct file mode (use octal number).

parent ae87865b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@
dest: /etc/apache2/sites-enabled/cgit.conf
owner: root
group: root
mode: '0644'
mode: 0o0644
notify:
- Reload Apache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment