Skip to content

Commit

Permalink
Merge pull request #13 from heliocorreia/master
Browse files Browse the repository at this point in the history
Chef10 compatibility check in provider
  • Loading branch information
sethvargo committed Nov 7, 2014
2 parents 5d64303 + 3626c6b commit 3a7c95d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion providers/alias.rb
Expand Up @@ -23,7 +23,7 @@
#
# Delegate update actions to inline resources
#
use_inline_resources
use_inline_resources if defined?(use_inline_resources)

#
# This provider supports why-run mode.
Expand Down
2 changes: 1 addition & 1 deletion providers/environment.rb
Expand Up @@ -23,7 +23,7 @@
#
# Delegate update actions to inline resources
#
use_inline_resources
use_inline_resources if defined?(use_inline_resources)

#
# This provider supports why-run mode.
Expand Down

0 comments on commit 3a7c95d

Please sign in to comment.