Skip to content

Commit

Permalink
fixed Go SDK path for automation (#2562)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Mar 2, 2018
1 parent 965952f commit afc1f2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/automation/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ These settings apply only when `--tag=package-2017-05-preview --go` is specified
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2017-05-preview' && $(go)
output-folder: $(go-sdk-folder)/services/automation/mgmt/2017-05-15-preview
output-folder: $(go-sdk-folder)/services/automation/mgmt/2017-05-15-preview/automation
```


Expand Down

0 comments on commit afc1f2e

Please sign in to comment.