mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 23:07:39 +02:00
[ticket/15392] Resolve incorrect replacements after code review
PHPBB3-15392
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -2,7 +2,7 @@ require 'json'
|
|||||||
require 'yaml'
|
require 'yaml'
|
||||||
|
|
||||||
VAGRANTFILE_API_VERSION ||= "2"
|
VAGRANTFILE_API_VERSION ||= "2"
|
||||||
confDir = $confDir ||= File.expand_path("phpBB/vendor/laravel/homestead", File.__DIR__)
|
confDir = $confDir ||= File.expand_path("phpBB/vendor/laravel/homestead", File.dirname(__FILE__))
|
||||||
|
|
||||||
homesteadYamlPath = "vagrant/bootstrap.yaml"
|
homesteadYamlPath = "vagrant/bootstrap.yaml"
|
||||||
afterScriptPath = "vagrant/after.sh"
|
afterScriptPath = "vagrant/after.sh"
|
||||||
|
Reference in New Issue
Block a user