From 956c95c11927cfc5853c06923b2368544091b80e Mon Sep 17 00:00:00 2001 From: Kaj Forney Date: Tue, 29 Oct 2019 20:49:45 -0600 Subject: [PATCH] Fix reduced parrot submodule. Former-commit-id: 10dc1b24ddbba24fbaa58923590118ee278d9948 Former-commit-id: b8279b1c43dfd46b11e5ca4a019db7199ecbf9fa --- .gitmodules | 6 +++--- modules/parrot-build | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index ff4b7c2b..87f5b805 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ -[submodule "modules/parrot-build"] - path = modules/parrot-build - url = https://github.com/kforney/parrot-build [submodule "modules/live-build-config"] path = modules/live-build-config url = https://github.com/kforney/live-build-config +[submodule "modules/parrot-build"] + path = modules/parrot-build + url = https://github.com/kforney/parrot-build.git diff --git a/modules/parrot-build b/modules/parrot-build index 2dd44a3b..90272e15 160000 --- a/modules/parrot-build +++ b/modules/parrot-build @@ -1 +1 @@ -Subproject commit 2dd44a3b49feeb4f2e04bb2c220dd5152ced10c3 +Subproject commit 90272e15a099b9768631b7a7781f8ee0114bdbc1