From e2b0cf43a7a68f69d531259afaabfd0a1e4e8261 Mon Sep 17 00:00:00 2001 From: Hari Sekhon Date: Tue, 20 Feb 2024 17:03:50 +0000 Subject: [PATCH] updated customize.sh --- customize.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/customize.sh b/customize.sh index d44052a..6f3cdf0 100755 --- a/customize.sh +++ b/customize.sh @@ -45,3 +45,10 @@ sed -i "s/Template-Repo/$repo/gi" \ bitbucket-pipelines.yml \ sonar-project.properties \ .github/workflows/*.y*ml + +# can't commit without the submodules checked out +# +# error: 'bash-tools' does not have a commit checked out +# fatal: updating files failed +# +make init