Skip to content

Commit

Permalink
Correctly mount passenger-docker in Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
FooBarWidget committed Jan 31, 2014
1 parent abf7587 commit 4ee9947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "phusion-open-ubuntu-12.04-amd64"
config.vm.box_url = "https://oss-binaries.phusionpassenger.com/vagrant/boxes/ubuntu-12.04.3-amd64-vbox.box"
config.ssh.forward_agent = true
if File.directory?("#{ROOT}/passenger-docker")
if File.directory?("#{ROOT}/../passenger-docker")
config.vm.synced_folder File.expand_path("#{ROOT}/../passenger-docker"),
"/vagrant/passenger-docker"
end
Expand Down

0 comments on commit 4ee9947

Please sign in to comment.