Skip to content

Commit

Permalink
Merge branch 'CHEF-2672'
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsdeleo committed Oct 25, 2011
2 parents 02724b5 + 9b59a60 commit 2d2fb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chef/spec/unit/provider/package/yum_spec.rb
Expand Up @@ -114,7 +114,7 @@
# installed for package_name
if package_name == "testing.beta3" || package_name == "testing.beta3.more"
"1.1"
elsif package_name == "testing" || package_name = "testing.beta3"
elsif package_name == "testing" || package_name == "testing.beta3"
nil
end
end
Expand Down

0 comments on commit 2d2fb2e

Please sign in to comment.