Skip to content

Commit

Permalink
Removed 'type: nfs' from homestead and edited line in composer.json in
Browse files Browse the repository at this point in the history
order to run composer.
  • Loading branch information
crcommons committed Jun 9, 2017
1 parent cfe0ccc commit a35874f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Homestead.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ folders:
-
map: "./"
to: /vagrant
type: "nfs"
-
map: "./"
to: /home/vagrant/Code/platform-api
type: "nfs"
sites:
-
map: api.ushahidi.app
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"behat --strict --profile ci"
],
"migrate" : [
"bin/phinx migrate -c application/phinx.php"
"phinx migrate -c application/phinx.php"
],
"pre-test" : [
"@migrate"
Expand Down

0 comments on commit a35874f

Please sign in to comment.