You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.
greenms
changed the title
Missing quotation marks around 'core' inside readme.az setup instructions
[Bug] Missing quotation marks around 'core' inside readme.az setup instructions
Feb 18, 2021
Link to page with issue: https://github.com/Azure/autorest.az/blob/master/doc/how-to-author-readme-file.md
These two lines need to be updated:
OLD:
yaml $(az) && $(target-mode) != core
NEW:
yaml $(az) && $(target-mode) != 'core'
OLD:
yaml $(az) && $(target-mode) == core
NEW:
yaml $(az) && $(target-mode) == 'core'
The text was updated successfully, but these errors were encountered: