File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
specification/attestation/data-plane Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ These settings apply only when `--tag=package-2018-09-01 --go` is specified on t
2323Please 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
3232Please 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` ` `
You can’t perform that action at this time.
0 commit comments