Skip to content

Commit

Permalink
VS Code was nice enough to add an extra single quote when adding a qu…
Browse files Browse the repository at this point in the history
…ote to the end of the line'
  • Loading branch information
JimSuplizio authored and azure-sdk committed Jun 28, 2022
1 parent fc5f63e commit 6247ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/pipelines/templates/steps/verify-readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ steps:
inputs:
filePath: "eng/common/scripts/Verify-Readme.ps1"
arguments: >
-DocWardenVersion '${{ parameters.DocWardenVersion }}''
-DocWardenVersion '${{ parameters.DocWardenVersion }}'
-ScanPaths '${{ coalesce(parameters.ScanPath, parameters.ScanPaths) }}'
-RepoRoot ${{ parameters.RepoRoot }}
-SettingsPath ${{ parameters.SettingsPath }}
Expand Down

0 comments on commit 6247ef2

Please sign in to comment.