lib/octopress-ink.rb in octopress-ink-1.0.0.rc.30 vs lib/octopress-ink.rb in octopress-ink-1.0.0.rc.31
- old
+ new
@@ -106,10 +106,10 @@
# list of plugin names, slugs, versions, and descriptions,
# but no assets, i.e. 'minimal' info.
#
#
def self.list(options={})
- Octopress.site(options)
+ site = Octopress.site(options)
Plugins.register
options = {'minimal'=>true} if options.empty?
message = "Octopress Ink - v#{VERSION}\n"
if plugins.size > 0