lib/ana/command.rb in ana-0.9.1 vs lib/ana/command.rb in ana-0.9.2

- old
+ new

@@ -188,12 +188,11 @@ # Remove and create (update) a file. def remove_and_create_file!(file_path, data) if File.exist? file_path remove_file(file_path, verbose: false) create_file(file_path, data, verbose: false) - say_status(:update, file_path) else - create_file(file_path, data) + create_file(file_path, data, verbose: false) end end # Expand the full path of given relative path. def full_path(relative_path) \ No newline at end of file