lockbox

password manager
Log | Files | Refs | README | LICENSE

commit bf4962d53ed2de0112e44c2cb6d0b9ce665ce722
parent a3806527d37d6d57adeb7b2132f9db03abbc04ad
Author: Sean Enck <sean@ttypty.com>
Date:   Thu, 29 Jul 2021 18:32:03 -0400

config first then commit...

Diffstat:
Mtests/run.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/run.sh b/tests/run.sh @@ -15,9 +15,9 @@ mkdir -p $LOCKBOX_STORE/$LOCKBOX_TOTP 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" +git -C $LOCKBOX_STORE commit -am "init" _run() { echo "test" | $BIN/lb insert keys/one