From 0ab7b725d9c863ccd9182e9ea71dc550d8addddb Mon Sep 17 00:00:00 2001 From: jefflance Date: Wed, 27 Jun 2018 16:54:14 +0200 Subject: [PATCH] Clean. --- install-profile | 2 +- install-standalone | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/install-profile b/install-profile index f8fda24..010f485 100755 --- a/install-profile +++ b/install-profile @@ -9,7 +9,7 @@ META_DIR="libs" CONFIG_DIR="configs" PROFILES_DIR="profiles" -DOTBOT_DIR="libs/github/dotbot" +DOTBOT_DIR="github/dotbot" DOTBOT_BIN="bin/dotbot" BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" diff --git a/install-standalone b/install-standalone index f7138ac..d4131a7 100755 --- a/install-standalone +++ b/install-standalone @@ -9,7 +9,7 @@ META_DIR="libs" CONFIG_DIR="configs" PROFILES_DIR="profiles" -DOTBOT_DIR="libs/github/dotbot" +DOTBOT_DIR="github/dotbot" DOTBOT_BIN="bin/dotbot" BASE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"