Skip to content

Commit c042fbd

Browse files
committed
chore: remove single quotes
1 parent 454f788 commit c042fbd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.cl/cloudbuild.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
# limitations under the License.
1414

1515
steps:
16-
- id: 'Enable fuse config (Linux)'
17-
name: 'alpine'
18-
entrypoint: 'sh'
16+
- id: Enable fuse config
17+
name: alpine
18+
entrypoint: sh
1919
args: |
2020
sudo sed -i 's/#user_allow_other/user_allow_other/g' /etc/fuse.conf
2121
# - id: enable fuse config

0 commit comments

Comments
 (0)