瀏覽代碼

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
```
tags/v1.2.2
Imran Iqbal 5 年之前
父節點
當前提交
4e48a7adbb
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      php/composer.sls

+ 1
- 1
php/composer.sls 查看文件

@@ -24,7 +24,7 @@ include:
get-composer:
file.managed:
- name: {{ php.lookup.pkgs.temp_dir }}/installer
- mode: 0755
- mode: '0755'
- unless: test -f {{ install_file }}
- source: https://getcomposer.org/installer
- source_hash: https://composer.github.io/installer.sig

Loading…
取消
儲存