diff options
| author | Marcel <marcel.beining@gmail.com> | 2019-10-13 10:25:02 +0200 |
|---|---|---|
| committer | Sebastian Thiel <sebastian.thiel@icloud.com> | 2019-10-15 13:27:48 +0200 |
| commit | d759e17181c21379d7274db76d4168cdbb403ccf (patch) | |
| tree | a36a651dd63799ab94f4869564e75d3ac0f70810 /.gitmodules | |
| parent | 1fa1ce2b7dcf7f1643bb494b71b9857cbfb60090 (diff) | |
| download | gitpython-d759e17181c21379d7274db76d4168cdbb403ccf.tar.gz | |
As string is iterable, changed to isinstance check
test now works
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 4a3f37c2..251eeeec 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "gitdb"] - url = https://github.com/gitpython-developers/gitdb.git - path = git/ext/gitdb +[submodule "gitdb"]
+ url = https://github.com/gitpython-developers/gitdb.git
+ path = git/ext/gitdb
|
