aboutsummaryrefslogtreecommitdiffstats
path: root/tests/create-repo.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/create-repo.sh')
-rwxr-xr-xtests/create-repo.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/create-repo.sh b/tests/create-repo.sh
index 01765d1..f97e6e4 100755
--- a/tests/create-repo.sh
+++ b/tests/create-repo.sh
@@ -43,7 +43,7 @@ main () {
cd $test_repo
git init
- git config user.email git-deps-test@fake.address
+ git config user.email git-test@fake.address
# Start with two independently committed files
for f in file-{a,b}; do