Skip to content

Commit

Permalink
Fix Go package path error (#2746)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhendrixMSFT authored Mar 23, 2018
1 parent f79c186 commit c53f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specification/azurestack/resource-manager/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ These settings apply only when `--tag=package-2017-06-01 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag)=='package-2017-06-01' && $(go)
output-folder: $(go-sdk-folder)/services/$(azurestack)/mgmt/2017-06-01/$(azurestack)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2017-06-01/$(namespace)
```

## Python
Expand Down

0 comments on commit c53f52c

Please sign in to comment.