Skip to content

Commit 4e48a7a

Browse files
committed
fix(composer.sls): fix salt-lint errors
```bash Examining php/composer.sls of type state [210] Numbers that start with `0` should always be encapsulated in quotation marks php/composer.sls:27 - mode: 0755 ```
1 parent 9c5fe28 commit 4e48a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php/composer.sls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ include:
2424
get-composer:
2525
file.managed:
2626
- name: {{ php.lookup.pkgs.temp_dir }}/installer
27-
- mode: 0755
27+
- mode: '0755'
2828
- unless: test -f {{ install_file }}
2929
- source: https://getcomposer.org/installer
3030
- source_hash: https://composer.github.io/installer.sig

0 commit comments

Comments
 (0)