summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2012-02-27 17:47:54 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2012-02-27 17:47:54 +0100
commit1f0df3e7b10a542a9453a5d4c30945646c82db99 (patch)
treeedeccdf303b06d98316672a965271d7e73a9bfc5
parent84b649bf2c7946f1ba6b0dc07bc819a0a2f2eb44 (diff)
Fix spice-protocol git submodule path
It's using ./spice-protocol instead of ../spice-protocol as the relative path to use to build the submodule clone URI.
-rw-r--r--.gitmodules2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
index 14b3beb..f7de75d 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "spice-protocol"]
path = spice-protocol
- url = ./spice-protocol
+ url = ../spice-protocol