We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3014076 commit b760579Copy full SHA for b760579
lib/install/dotfiles/dotfiles.sh
@@ -30,7 +30,7 @@ _confirm_dotfiles_folder() {
30
_writeLogTerminal 0 "The folder ~/$dot_folder already exists and the files will be updated."
31
fi
32
echo
33
- if gum confirm "Do you want use this folder?"; then
+ if gum confirm "Do you want to use this folder?"; then
34
_writeLogTerminal 1 "ML4W Dotfiles will be installed in ~/$dot_folder"
35
elif [ $? -eq 130 ]; then
36
_writeCancel
0 commit comments