Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gopass rm -r fails if argument is a file #55

Closed
dominikschulz opened this issue Feb 17, 2017 · 0 comments
Closed

gopass rm -r fails if argument is a file #55

dominikschulz opened this issue Feb 17, 2017 · 0 comments
Assignees
Milestone

Comments

@dominikschulz
Copy link
Member

Actual:

gopass rm -f some/file

Are you sure you would like to recursively delete some/file? [y/N]: y

Error: Entry is not in the password store

Expected:

gopass rm -f some/file

Are you sure you would like to recursively delete some/file? [y/N]: y

Deleted some/file
@dominikschulz dominikschulz added this to the 1.0.2 milestone Feb 17, 2017
dominikschulz referenced this issue in dominikschulz/gopass Mar 20, 2017
This commit improves handling of 'rm -r' on files as well as
removing empty dirs.

Fixes #55
Fixes #70
@dominikschulz dominikschulz self-assigned this Mar 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant