Skip to content

Commit

Permalink
Fix wrong output-folder (#12229)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang committed Dec 24, 2020
1 parent e9ebf9f commit f126b86
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ These settings apply only when `--tag=package-2020-06-25 --go` is specified on t
Please also specify `--go-sdk-folder=<path to the root directory of your azure-sdk-for-go clone>`.

``` yaml $(tag) == 'package-2020-06-25' && $(go)
output-folder: $(go-sdk-folder)/services/$(namespace)/2020-06-25/$(namespace)
output-folder: $(go-sdk-folder)/services/$(namespace)/mgmt/2020-06-25/$(namespace)
```

0 comments on commit f126b86

Please sign in to comment.