lockbox

password manager
Log | Files | Refs | README | LICENSE

commit a3806527d37d6d57adeb7b2132f9db03abbc04ad
parent bd2f8c1a7acfa40ca99ed4a60aa648344a8ee9e7
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 29 Jul 2021 18:30:00 -0400

setup config too

Diffstat:
Mtests/run.sh | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tests/run.sh b/tests/run.sh @@ -16,6 +16,8 @@ git -C $LOCKBOX_STORE init echo "TEST" > $LOCKBOX_STORE/init git -C $LOCKBOX_STORE add . git -C $LOCKBOX_STORE commit -am "init" +git -C $LOCKBOX_STORE config user.email "you@example.com" +git -C $LOCKBOX_STORE config user.name "Your Name" _run() { echo "test" | $BIN/lb insert keys/one