Skip to content

Commit

Permalink
Merge pull request #199 from 5apps-caboose/fix_typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jonlives committed Jun 13, 2016
2 parents 14d9376 + ab76e68 commit 294fcd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/chef/knife/spork-promote.rb
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ def check_cookbook_latest(cookbook_name)
cb_latest = Chef::CookbookVersion.load(cookbook_name).metadata.version
# ui.msg "server: #{cb_latest} -- local: #{version}"
if cb_latest > version
ui.confirm "There is a later verison of #{cookbook_name} on the chef server. Would you still like to promote version #{version}?"
ui.confirm "There is a later version of #{cookbook_name} on the chef server. Would you still like to promote version #{version}"
end
end
end
Expand Down

0 comments on commit 294fcd8

Please sign in to comment.