You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You created a file with the relative path a.txt but passed to tuckr a/a.txt which is a directory that does not exist, so it caused a panic. I'll improve the error message for this.
Also, if you're attempting to use the secrets functionality for anything that is crucial, I'd advise against using it for now. Since the secrets are using SHA256 for passwords and if you're a known target they could potentially be able to bruteforce your password.
There's already an issue for it (#35) which should in theory mean it would be shipped on 0.11
If you still need secrets, a potentially better solution is to create a hook that uses something like gpg so you could still just run tuckr set deploy-secrets and tuckr set remove-secrets or something of that sort.
The text was updated successfully, but these errors were encountered: