Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

[Bug] Missing quotation marks around 'core' inside readme.az setup instructions #744

Closed
greenms opened this issue Feb 11, 2021 · 1 comment
Assignees

Comments

@greenms
Copy link

greenms commented Feb 11, 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'

@greenms 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
@changlong-liu
Copy link
Member

merged

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants