Skip to content

Commit 48e7415

Browse files
Fix output-folder (Azure#11659)
1 parent f689a90 commit 48e7415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ These settings apply only when `--tag=package-2018-09-01 --go` is specified on t
2323
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
2424

2525
``` yaml $(tag) == 'package-2018-09-01' && $(go)
26-
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2018-09-01/$(namespace)
26+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2018-09-01/$(namespace)
2727
```
2828

2929
These settings apply only when `--tag=package-2020-10-01 --go` is specified on the command line.
3030
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3131

3232
``` yaml $(tag) == 'package-2020-10-01' && $(go)
33-
output-folder: $(go-sdk-folder)/services/stable/$(namespace)/mgmt/2020-10-01/$(namespace)
33+
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-10-01/$(namespace)
3434
```

0 commit comments

Comments
 (0)