diff options
-rwxr-xr-x | test/create-repo.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/create-repo.sh b/test/create-repo.sh index e5886cc..ae31a7c 100755 --- a/test/create-repo.sh +++ b/test/create-repo.sh @@ -17,7 +17,7 @@ cd $test_repo git init git config user.email git-deps-test@fake.address -# Start with three independently committed files +# Start with two independently committed files cat <<EOF > one one |