diff options
| author | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-02-05 00:29:26 +0100 |
|---|---|---|
| committer | Carlos Martín Nieto <carlos@cmartin.tk> | 2012-02-17 19:50:30 +0100 |
| commit | 3005855f7e3980185adc63a68c5b8b5f9e3b506f (patch) | |
| tree | 41e7d5c9a45928b8013f7fdd30d6b707a148f083 /tests | |
| parent | 5e0dc4af013e23d0cbc737d8ab2756aaf38e1516 (diff) | |
| download | libgit2-3005855f7e3980185adc63a68c5b8b5f9e3b506f.tar.gz | |
Implement setting multivars
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/resources/config/config11 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/resources/config/config11 b/tests/resources/config/config11 index bda653bbe..880c94589 100644 --- a/tests/resources/config/config11 +++ b/tests/resources/config/config11 @@ -1,3 +1,3 @@ [remote "fancy"] - fetch = git://github.com/libgit2/libgit2 - fetch = git://git.example.com/libgit2 + url = git://github.com/libgit2/libgit2 + url = git://git.example.com/libgit2 |
