Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpasternacki committed Jan 30, 2013
1 parent 488b928 commit 192d466
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/chef-helpers/has_source.rb
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def try_sources(*sources)
end
sources.find do |source|
if source =~ /::/
src, ckbk = $`, $'
ckbk, src = $`, $'
else
src, ckbk = source, cookbook_name
ckbk, src = cookbook_name, source
end
has_source?(src, segment, ckbk)
end
Expand Down

0 comments on commit 192d466

Please sign in to comment.