Ibotta / sopstool

SOPS multi-file wrapper
Apache License 2.0
38 stars 4 forks source link

Add proper .sops extension for file without extension #51

Closed randrusiak closed 2 years ago

randrusiak commented 2 years ago

Story/Issue Link

Fixes #11

Background

Currently, if you add a file without an extension then ".sops" extension is added as a prefix. It looks strange and disallows adding a file with a local path for example ./file_no_ext. I added a simple conditional which handle this case :)

Versioning

Patch version

Additional Requests to Reviewers

Tasks