From 7f11a7073e203ba59510215f97267da7ef320932 Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Wed, 26 Apr 2023 23:54:48 +0300 Subject: [PATCH] Fix: Removed dotbot-gh-extension --- install | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/install b/install index cd2c8a6..c6eab70 100755 --- a/install +++ b/install @@ -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 +