summaryrefslogtreecommitdiff
path: root/examples/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bootstrap')
-rwxr-xr-xexamples/bootstrap10
1 files changed, 1 insertions, 9 deletions
diff --git a/examples/bootstrap b/examples/bootstrap
index e590279..596e919 100755
--- a/examples/bootstrap
+++ b/examples/bootstrap
@@ -96,14 +96,6 @@ if (( rcempty )) {
cat <<- tac
bootstrap finished.
- Package directory: ${PKG_DIR},
+ Package directory: ${PKG_DIR}
config path : ${XDG_CONFIG_HOME}/caretaker/caretaker.conf
tac
-
-if [[ ${PATH} != *${HOME}/bin* ]] {
- cat <<- tac
-
- Note: You may need to change your PATH to include ~/bin,
- otherwise certain parts of caretaker will not work.
- tac
-}