mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
fixed typo
This commit is contained in:
parent
1a41bbdfef
commit
b9952fc458
1 changed files with 2 additions and 2 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue