Skip to content

Commit

Permalink
Merge pull request #1673 from nanoc/denis/fix-nanoc-version-in-cli
Browse files Browse the repository at this point in the history
Don’t refer to Nanoc:: from nanoc-cli gem
  • Loading branch information
denisdefreyne committed Nov 30, 2023
2 parents f194079 + f8d694d commit b775072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nanoc-cli/lib/nanoc/cli/commands/create-site.rb
Expand Up @@ -23,7 +23,7 @@ def array_to_yaml(array)
source 'https://rubygems.org'
gem 'nanoc', '~> #{Nanoc::VERSION.split('.').take(2).join('.')}'
gem 'nanoc', '~> #{Nanoc::CLI::VERSION.split('.').take(2).join('.')}'
EOS

DEFAULT_CONFIG = <<~EOS unless defined? DEFAULT_CONFIG
Expand Down

0 comments on commit b775072

Please sign in to comment.