Skip to content

Commit

Permalink
Fix typo in bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcontrol authored Jul 19, 2022
1 parent 5d91d39 commit aa73fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bootstrap
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ function bootstrapTerminal() {

echo 'Bootstrap terminal'
echo '------------------'
echo 'This will reset your terminal. Are you sure you want to to this? (y/n) '
echo 'This will reset your terminal. Are you sure you want to do this? (y/n) '
read -p 'Answer: ' reply

if [[ $reply =~ ^[Yy]$ ]]
then
bootstrapTerminal
fi
fi

0 comments on commit aa73fb4

Please sign in to comment.