Skip to content

Commit

Permalink
TUI bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kobus-v-schoor committed May 15, 2016
1 parent e38f6c0 commit d22821c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotgit
Original file line number Diff line number Diff line change
Expand Up @@ -320,8 +320,8 @@ function lnconf
fi

if [ -f "$2" ] && [ ! -h "$2" ]; then
yesno "File $3 already exists in home directory. Do you want to" \
"overwrite it? [Y/n] "
yesno "File $3 already exists in home directory. Do you want to "\
"overwrite it? [Y/n] "

if [ "$?" == 1 ]; then
rm "$2"
Expand Down

0 comments on commit d22821c

Please sign in to comment.