Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Blufe committed Jul 24, 2014
1 parent 09154de commit 0a16d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion providers/php.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def whyrun_supported?
_file.write_file
end

script << %{mv #{node['apache']['dir']}/modules/libphp5.so #{node[:phpenv][:root_path]}/versions/#{new_resource.release}/libexec/libphp5.so;}
script_code << %{mv #{node['apache']['dir']}/modules/libphp5.so #{node[:phpenv][:root_path]}/versions/#{new_resource.release}/libexec/libphp5.so;}
end
end

Expand Down

0 comments on commit 0a16d4c

Please sign in to comment.