Skip to content

Commit 3c76463

Browse files
Fix attestation output folder (#11838)
1 parent db39f34 commit 3c76463

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/attestation/data-plane/readme.go.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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)/2018-09-01/$(namespace)
26+
output-folder: $(go-sdk-folder)/services/$(namespace)/2018-09-01/$(namespace)
2727
```
2828

2929
### Tag: package-2020-10-01 and go
@@ -32,5 +32,5 @@ These settings apply only when `--tag=package-2020-10-01 --go` is specified on t
3232
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.
3333

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

0 commit comments

Comments
 (0)