Azure-Samples / active-directory-b2c-advanced-policies

Sample for use with Azure AD B2C with Custom Policies.
http://aka.ms/aadb2ccustom
MIT License
218 stars 143 forks source link

fixed docx case sensitive issue #11

Closed saraford closed 7 years ago

saraford commented 7 years ago

If you clone the repo and do a git status, you'll see a .docx file is already in a modified state, which shouldn't be possible.

image

I think the GitHub UI file uploader git client got confused when a file was uploaded that had its extension change from .docx to .DOCX.

I did a git rm --cached on both filenames and then git add the more recent of the two files.

This should clean it up now. Please check for me on this docx-case branch.

acomsmpbot commented 7 years ago

No issues were found in this pull request.

msftclas commented 7 years ago

@saraford, Thanks for your contribution as a Microsoft full-time employee or intern. You do not need to sign a CLA. Thanks, Microsoft Pull Request Bot