Fix: Removed dotbot-gh-extension

This commit is contained in:
2023-04-26 23:54:48 +03:00
parent af38f7aa45
commit 7f11a7073e

View File

@@ -17,7 +17,6 @@ git submodule update --init --recursive
"${DOTBOT_BIN_PATH}" \
-d "${BASEDIR}" \
--plugin-dir=dotbot-brew \
--plugin-dir=dotbot-gh-extension \
--plugin-dir=dotbot-include \
-c "${CONFIG}" \
"${@}"
@@ -30,8 +29,8 @@ if [ "${DOTBOT_HOST}" != "" ]; then
&& "$DOTBOT_BIN_PATH" \
-d "$BASEDIR" \
--plugin-dir=dotbot-brew \
--plugin-dir=dotbot-gh-extension \
--plugin-dir=dotbot-include \
-c "$DOTBOT_HOST_CONFIG" \
"${@}"
fi