Merge remote-tracking branch 'origin/fix_build' into vagrant+packer

This commit is contained in:
Dax T. Games 2024-06-03 08:24:48 -04:00
commit 51a0c0e70f

View File

@ -64,7 +64,7 @@ Param(
) )
# Get the scripts and cmder root dirs we are building in. # Get the scripts and cmder root dirs we are building in.
$cmder_root = Resolve-Path "$PSScriptRoot\.." $cmder_root = (Resolve-Path "$PSScriptRoot\..").toString()
# Dot source util functions into this scope # Dot source util functions into this scope
. "$PSScriptRoot\utils.ps1" . "$PSScriptRoot\utils.ps1"