lib/nanoc/cli.rb in nanoc-4.11.3 vs lib/nanoc/cli.rb in nanoc-4.11.4

- old
+ new

@@ -126,10 +126,10 @@ if defined?(Bundler) # Discover external commands through Bundler begin Bundler.require(:nanoc) rescue Bundler::GemfileNotFound - # When running nanoc with Bundler being defined but + # When running Nanoc with Bundler being defined but # no gemfile being present (rubygems automatically loads # Bundler when executing from command line), don't crash. end end end