Skip to content

Commit 8725e79

Browse files
committed
Update dotbot install file to match current dotbot practices
1 parent 26165b0 commit 8725e79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

install

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ DOTBOT_BIN="bin/dotbot"
99
BASEDIR="$(CDPATH= cd -- "$(dirname -- "$0")" && pwd)"
1010

1111
cd "${BASEDIR}"
12+
git -C "${DOTBOT_DIR}" submodule sync --quiet --recursive
1213
git submodule update --init --recursive "${DOTBOT_DIR}"
1314

1415
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -c "${CONFIG}" "${@}"

0 commit comments

Comments
 (0)