fixed typo

This commit is contained in:
Gene Liverman 2017-06-07 08:44:31 -07:00
parent 1a41bbdfef
commit b9952fc458

View file

@ -7,10 +7,10 @@ select TASK in 'Mac setup' 'EL setup' 'Quit';
do do
case $TASK in case $TASK in
'Mac setup' ) 'Mac setup' )
~/.dotfile/bin/bootstrap/bootstrap_mac.sh now ~/.dotfiles/bin/bootstrap/bootstrap_mac.sh now
;; ;;
'EL setup' ) 'EL setup' )
~/.dotfile/bin/bootstrap/bootstrap_el.sh now ~/.dotfiles/bin/bootstrap/bootstrap_el.sh now
;; ;;
'Quit' ) 'Quit' )
echo 'Exiting' echo 'Exiting'