bin/jekyll-auth in jekyll-auth-0.4.0 vs bin/jekyll-auth in jekyll-auth-0.5.0
- old
+ new
@@ -19,10 +19,10 @@
c.syntax = 'jekyll-auth new'
c.description = "Initialize an existing Jekyll site as a Jekyll Auth site"
c.action do |args, options|
source = File.expand_path( "../", File.dirname(__FILE__) )
destination = Dir.pwd
- say "Initaiting new Jekyll Auth site in #{destination}"
+ say "Initiating new Jekyll Auth site in #{destination}"
["Rakefile", "config.ru", ".gitignore"].each do |file|
if File.exist? "#{destination}/#{file}"
say "* #{destination}/#{file} already exists... skipping."
else