Fixing "make confidence" (HT to 98b928c0e8)

This commit is contained in:
Tom Limoncelli
2017-02-20 16:46:39 +00:00
parent 9bee252e24
commit 2d1410599d

View File

@@ -31,6 +31,7 @@ function become_alice() {
export GPG_AGENT_INFO="$GPG_AGENT_INFO_ALICE"
echo BECOMING ALICE: GNUPGHOME="$GNUPGHOME AGENT=$GPG_AGENT_INFO"
mkdir -p .git ; touch .git/config
git init
git config user.name "Alice Example"
git config user.email alice@example.com
}
@@ -46,7 +47,6 @@ function become_bob() {
PHASE 'Alice creates a repo. She creates secret.txt.'
become_alice
git init
echo 'this is my secret' >secret.txt