aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-17 14:27:12 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-17 14:27:12 +0100
commit5fa846de498fefaae8a1bbaa3b29a6ecdfa16ec6 (patch)
tree5e98ad2b6a26c9029d59d58257df88ce3fa6c725 /tests
parent66f0966c4be7705e3afc4bda288cda894e058f53 (diff)
downloadgit-deps-5fa846de498fefaae8a1bbaa3b29a6ecdfa16ec6.tar.gz
create-repo.sh: allow usage outside git-deps testing
Diffstat (limited to 'tests')
-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