Skip to content

Commit

Permalink
[Azure Search] Fixed incorrectly-cased path in Readme.md (Azure#3056)
Browse files Browse the repository at this point in the history
I ran the AutoRest validator on Windows, where the file system is case-
insensitive, but when running AutoRest to generate code it fails because
GitHub is case-sensitive. Blarg.
  • Loading branch information
brjohnstmsft authored and jhendrixMSFT committed May 11, 2018
1 parent 2b5b85a commit ff7eb5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ These settings apply only when `--tag=package-2017-11-preview` is specified on t

``` yaml $(tag) == 'package-2017-11-preview'
input-file:
- preview/2017-11-11-Preview/searchindex.json
- preview/2017-11-11-preview/searchindex.json
```
### Tag: package-2017-11

Expand Down

0 comments on commit ff7eb5c

Please sign in to comment.