diff options
author | Camil Staps | 2016-02-12 15:01:00 +0100 |
---|---|---|
committer | Camil Staps | 2016-02-12 15:01:00 +0100 |
commit | efd533331d6a7f0c51ef857af448a6c84c3084ed (patch) | |
tree | 7f28f4e20a215784f27643ad49029332204528b2 /.gitmodules | |
parent | Makefile (diff) |
Removed spaces in path
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitmodules b/.gitmodules index 78b3607..ba09e0f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "Assignment 4/pypride"] - path = Assignment 4/pypride +[submodule "Assignment4/pypride"] + path = Assignment4/pypride url = https://github.com/camilstaps/pypride -[submodule "SSH Attack Summary/openssh"] - path = SSH Attack Summary/openssh +[submodule "SSHAttackSummary/openssh"] + path = SSHAttackSummary/openssh url = https://github.com/openssh/openssh-portable.git |