StackExchange / blackbox

Safely store secrets in Git/Mercurial/Subversion

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blackbox_initialize suggests addition of nonexistent directory

uhthomas opened this issue · comments

$ blackbox_initialize
Enable blackbox for this git repo? (yes/no) yes
VCS_TYPE: git


NEXT STEP: You need to manually check these in:
      git commit -m'INITIALIZE BLACKBOX' keyrings /home/thomas/code/github.com/uhthomas/automata/.gitignore

keyrings does not exist and so the command fails.

Thanks for reporting that. the keyrings directory is replaced by the .blackbox directory but I guess we forgot to update that message. If you see the .blackbox directory in git status then it's all ok. Just adjust the command.