Skip to content

Commit

Permalink
Merge pull request #114 from EdwardBetts/spelling
Browse files Browse the repository at this point in the history
Correct spelling mistake
  • Loading branch information
marcparadise authored Aug 9, 2022
2 parents 052762b + 45ced5d commit e3ac081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/mixlib/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ class NopeError < StandardError
expect(@klass.save).to eql({ blah: { x: 10 } })
end

# this tests existing (somewhat bizzare) behavior of mixlib-config where testing to
# this tests existing (somewhat bizarre) behavior of mixlib-config where testing to
# see if a key exists is equivalent to testing if the key has been set -- we can still
# retrieve the default value if it was set. the code in chef/chef which merges
# knife config values into cli values will be sensitive to this behavior.
Expand Down

0 comments on commit e3ac081

Please sign in to comment.