Skip to content

Commit

Permalink
Fix output-folder (#11645)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored Nov 13, 2020
1 parent 5582d16 commit b9a786b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specification/redisenterprise/resource-manager/readme.go.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ batch:
### Tag: package-2020-10-01-preview and go
These settings apply only when `--tag=package-2020-10-01-preview --go` is specified on the command line.
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

```yaml $(tag) == 'package-2020-10-01-preview' && $(go)
output-folder: $(go-sdks-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
output-folder: $(go-sdk-folder)/services/preview/$(namespace)/mgmt/2020-10-01-preview/$(namespace)
```

0 comments on commit b9a786b

Please sign in to comment.