fix dotbot path

This commit is contained in:
Inhji 2023-06-13 22:42:11 +02:00
parent 397c1592b0
commit ad79ad9737
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -e
CONFIG="install.conf.yaml"
DOTBOT_DIR="dotbot"
DOTBOT_DIR="submodules/dotbot"
DOTBOT_BIN="bin/dotbot"
BASEDIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"