diff options
| author | nicole mazzuca <mazzucan@outlook.com> | 2020-10-06 11:10:41 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-06 11:10:41 -0700 |
| commit | decc96c149bbbd44fc7e51ebd658b690f17c3d9e (patch) | |
| tree | 08980f8d39c47d371a865c6f6b72836017535eea /scripts/azure-pipelines/osx/configuration | |
| parent | 40230b8e3f6368dcb398d649331be878ca1e9007 (diff) | |
| download | vcpkg-decc96c149bbbd44fc7e51ebd658b690f17c3d9e.tar.gz vcpkg-decc96c149bbbd44fc7e51ebd658b690f17c3d9e.zip | |
[vcpkg macos ci] modify README slightly (#13829)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Diffstat (limited to 'scripts/azure-pipelines/osx/configuration')
| -rw-r--r-- | scripts/azure-pipelines/osx/configuration/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azure-pipelines/osx/configuration/Vagrantfile b/scripts/azure-pipelines/osx/configuration/Vagrantfile index d13a5f652..c08703777 100644 --- a/scripts/azure-pipelines/osx/configuration/Vagrantfile +++ b/scripts/azure-pipelines/osx/configuration/Vagrantfile @@ -3,7 +3,7 @@ require 'json' require "erb" include ERB::Util -configuration = JSON.parse(File.read('./vagrant-configuration.json')) +configuration = JSON.parse(File.read("#{__dir__}/vagrant-configuration.json")) server = { :hostname => configuration['machine_name'], |
