Skip to content

Commit b760579

Browse files
Update
1 parent 3014076 commit b760579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/install/dotfiles/dotfiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ _confirm_dotfiles_folder() {
3030
_writeLogTerminal 0 "The folder ~/$dot_folder already exists and the files will be updated."
3131
fi
3232
echo
33-
if gum confirm "Do you want use this folder?"; then
33+
if gum confirm "Do you want to use this folder?"; then
3434
_writeLogTerminal 1 "ML4W Dotfiles will be installed in ~/$dot_folder"
3535
elif [ $? -eq 130 ]; then
3636
_writeCancel

0 commit comments

Comments
 (0)