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
I have set PASSWORD_STORE_TOMB_FILE="$HOME/password.tomb".
With this setting pass close calls tomb close with the argument password.tomb, see here. However, tomb list shows that the opened tomb is instead just called password. Thus pass-tomb will fail to close the password tomb.
The text was updated successfully, but these errors were encountered:
TOMB_NAME=${TOMB_FILE##*/} only retrieve the base name of the tomb file. I added the extension detection. In order to keep the track of this in the future, I also changed the tomb name in the tests.
I have set
PASSWORD_STORE_TOMB_FILE="$HOME/password.tomb"
.With this setting
pass close
callstomb close
with the argumentpassword.tomb
, see here. However,tomb list
shows that the opened tomb is instead just calledpassword
. Thus pass-tomb will fail to close the password tomb.The text was updated successfully, but these errors were encountered: