Skip to content
This repository has been archived by the owner on Sep 29, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from Rud5G/fix-composer-directory
Browse files Browse the repository at this point in the history
Fix composer directory
  • Loading branch information
Rud5G committed Jan 21, 2015
2 parents 61ec886 74072e1 commit 105b278
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 4,7 @@
license 'Apache 2.0'
description 'Installs/Configures ZF2'
long_description 'Installs/Configures ZF2'
version '0.5.2'
version '0.5.3'

depends 'baseserver', '~> 0.7.10'

Expand Down
4 changes: 2 additions & 2 deletions recipes/projects.rb
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 80,7 @@

# install composer.phar
bash 'composer_installer' do
environment 'COMPOSER_HOME' => parentprojectdir.to_path
environment 'COMPOSER_HOME' => projectdata['projectdir']
user projectdata['owner']
cwd projectdata['projectdir']
code <<-EOH
Expand All @@ -91,7 91,7 @@

# composer install (uses: .lock file)
bash 'install_composer' do
environment 'COMPOSER_HOME' => parentprojectdir.to_path
environment 'COMPOSER_HOME' => projectdata['projectdir']
user projectdata['owner']
cwd projectdata['projectdir']
code <<-EOH
Expand Down

0 comments on commit 105b278

Please sign in to comment.