From 50d3135a81e3f9e90da30074ee35bf4e46a1dc69 Mon Sep 17 00:00:00 2001 From: KevinMidboe Date: Thu, 8 Mar 2018 14:15:25 +0100 Subject: [PATCH] Moved submodule to parent directory. --- .gitmodules | 3 +++ include/torrent_search => torrent_search | 0 2 files changed, 3 insertions(+) rename include/torrent_search => torrent_search (100%) diff --git a/.gitmodules b/.gitmodules index 8a8dc18..d564de1 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "include/torrent_search"] path = include/torrent_search url = git@github.com:KevinMidboe/torrent_search.git +[submodule "torrent_search"] + path = torrent_search + url = git@github.com:KevinMidboe/torrent_search.git diff --git a/include/torrent_search b/torrent_search similarity index 100% rename from include/torrent_search rename to torrent_search