From b9952fc458015505f3a8da1f312ffede91481d86 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Wed, 7 Jun 2017 08:44:31 -0700 Subject: [PATCH] fixed typo --- bin/bootstrap.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/bootstrap.sh b/bin/bootstrap.sh index 20e0cbe..b579b2f 100755 --- a/bin/bootstrap.sh +++ b/bin/bootstrap.sh @@ -7,10 +7,10 @@ select TASK in 'Mac setup' 'EL setup' 'Quit'; do case $TASK in 'Mac setup' ) - ~/.dotfile/bin/bootstrap/bootstrap_mac.sh now + ~/.dotfiles/bin/bootstrap/bootstrap_mac.sh now ;; 'EL setup' ) - ~/.dotfile/bin/bootstrap/bootstrap_el.sh now + ~/.dotfiles/bin/bootstrap/bootstrap_el.sh now ;; 'Quit' ) echo 'Exiting'