Skip to content

Commit b9a786b

Browse files
Fix output-folder (#11645)
1 parent 5582d16 commit b9a786b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/redisenterprise/resource-manager/readme.go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ batch:
1919
### Tag: package-2020-10-01-preview and go
2020
2121
These settings apply only when `--tag=package-2020-10-01-preview --go` is specified on the command line.
22-
Please also specify `--go-sdks-folder=<path to the root directory of your azure-sdk-for-go clone>`.
22+
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2323

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

0 commit comments

Comments
 (0)