diff --git a/lib/guard/cli.rb b/lib/guard/cli.rb index d8349ec..91e3e80 100644 --- a/lib/guard/cli.rb +++ b/lib/guard/cli.rb @@ -119,7 +119,7 @@ module Guard # def init(guard_name = nil) if !File.exist?('Guardfile') - puts 'Writing new Guardfile to #{Dir.pwd}/Guardfile' + puts "Writing new Guardfile to #{Dir.pwd}/Guardfile" FileUtils.cp(File.expand_path('../templates/Guardfile', __FILE__), 'Guardfile') elsif guard_name.nil? Guard::UI.error "Guardfile already exists at #{ Dir.pwd }/Guardfile"