Merge pull request #8560 from 00willo/fix-openapispec-yaml-validation

fix: Removes unnecessary escape character
pull/8570/head
Alexandre Dulaunoy 2022-09-01 09:06:25 +02:00 committed by GitHub
commit 7ce21f0425
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4524,7 +4524,7 @@ components:
properties:
input:
type: string
example: "cd $(git rev-parse --show-toplevel) && git checkout app\/composer.json 2>&1"
example: "cd $(git rev-parse --show-toplevel) && git checkout app/composer.json 2>&1"
output:
type: array
items: