From f94f5b8fda09a9774b2ad40e0ae7afe4efaa094f Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Sat, 23 Dec 2017 21:16:35 +0100 Subject: [PATCH] typo --- dotdrop.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop.sh b/dotdrop.sh index aaa568f..bf056d0 100755 --- a/dotdrop.sh +++ b/dotdrop.sh @@ -22,7 +22,7 @@ cfg="${cur}/config.yaml" # pivot cd "${cur}" || { echo "Folder \"${cur}\" doesn't exist, aborting." && exit; } -# init the submodule +# init/update the submodule git submodule update --init --recursive # launch dotdrop PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"