From cfd137f95bd2cc0b8528b2fccbc2f4eb42e6d190 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sun, 7 May 2017 22:04:07 -0700 Subject: [PATCH] A little cleaner take two --- bin/dots.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/dots.rb b/bin/dots.rb index 43cd326..80f2e74 100755 --- a/bin/dots.rb +++ b/bin/dots.rb @@ -58,7 +58,7 @@ when 'copy' end when 'link' - if prompt.yes?('Shall we continue?') + if prompt.yes?('Are you sure you want to link your dot files?') @files_link.each do |file| unless @excludes.include?(File.basename(file)) puts "Linking #{@home}/.#{File.basename(file)} to #{file}"