Skip to content

Commit

Permalink
Remove path attribute from script resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rjaros87 committed May 29, 2017
1 parent 7555d0f commit 0a807eb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs Google Android SDK'

long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
issues_url 'https://github.com/gildegoma/chef-android-sdk/issues'
source_url 'https://github.com/gildegoma/chef-android-sdk'
Expand Down
1 change: 0 additions & 1 deletion recipes/unix.rb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@
script "Install Android SDK component #{sdk_component}" do
interpreter 'expect'
environment 'ANDROID_HOME' => android_home
path [File.join(android_home, 'tools')]
user node['android-sdk']['owner']
group node['android-sdk']['group']
# TODO: use --force or not?
Expand Down

0 comments on commit 0a807eb

Please sign in to comment.