lib/gist_updater/content.rb in gist_updater-0.2.0 vs lib/gist_updater/content.rb in gist_updater-0.3.0
- old
+ new
@@ -14,10 +14,10 @@
def update_if_need
if need_to_update?
result = update
puts "Updated `#{file_path}` to #{result.html_url}"
elsif GistUpdater.debug
- puts "There was no need to update `#{file_path}`."
+ puts "There is no update for `#{file_path}`."
end
result
end