lib/octopress-gist/gist.rb in octopress-gist-1.3.2 vs lib/octopress-gist/gist.rb in octopress-gist-1.3.3

- old
+ new

@@ -88,10 +88,10 @@ raise if retried retried = true retry end rescue => e - puts "Failed to download Gist: #{gist}.".red + puts "Failed to download Gist: #{options[:gist_id]}.".red puts e.extend Error end end end end