diff --git a/.gitmodules b/.gitmodules index 875b00ec2b..3edc2463bf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -410,6 +410,10 @@ path = libs/phoenix url = ../phoenix.git fetchRecurseSubmodules = on-demand +[submodule "move"] + path = libs/move + url = ../move.git + fetchRecurseSubmodules = on-demand [submodule "local_function"] path = libs/local_function url = ../local_function.git @@ -430,10 +434,6 @@ path = libs/lockfree url = ../lockfree.git fetchRecurseSubmodules = on-demand -[submodule "move"] - path = libs/move - url = ../move.git - fetchRecurseSubmodules = on-demand [submodule "type_erasure"] path = libs/type_erasure url = ../type_erasure.git