diff options
author | Adam Spiers <git@adamspiers.org> | 2018-05-17 14:26:47 +0100 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2018-05-17 14:26:47 +0100 |
commit | 66f0966c4be7705e3afc4bda288cda894e058f53 (patch) | |
tree | f938374c2c5a1d02f25f9380b7e1c0e0d8a5c122 /tests/create-repo.sh | |
parent | f0085ea2c477f5a09197a92e38bad9b4aaa2ac50 (diff) | |
download | git-deps-66f0966c4be7705e3afc4bda288cda894e058f53.tar.gz |
create-repo.sh: make sure we exit 0
For some reason the final read is causing exit 1.
Diffstat (limited to 'tests/create-repo.sh')
-rwxr-xr-x | tests/create-repo.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/create-repo.sh b/tests/create-repo.sh index 0159b13..01765d1 100755 --- a/tests/create-repo.sh +++ b/tests/create-repo.sh @@ -71,3 +71,5 @@ main () { } main + +exit 0 |