Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Merge pull request #349 from ydubreuil/fix_plugins_install_type
Browse files Browse the repository at this point in the history
honors plugins_install_type attribute correctly
  • Loading branch information
paulczar committed Sep 8, 2014
2 parents 88312e3 + 973f519 commit daafae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/plugins.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
attribute :user, kind_of: String
attribute :group, kind_of: String
attribute :base_directory, kind_of: String
attribute :install_type, kind_of: String, default: 'native'
attribute :install_type, kind_of: String
attribute :install_check, kind_of: String

0 comments on commit daafae2

Please sign in to comment.