Skip to content

Commit

Permalink
Update variable and clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ashirokikh-kpmg-au committed Mar 23, 2024
1 parent 14d67f6 commit 664c244
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions BC.HelperFunctions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ if ($isWindows) {
$programDataFolder = 'C:\ProgramData\BcContainerHelper'
$artifactsCacheFolder = "c:\bcartifacts.cache"
}
if ($IsMacOS) {
if ($isMacOS) {
$programDataFolder = "/Users/$myUsername/.bccontainerhelper"
$artifactsCacheFolder = "/Users/$myUsername/.bcartifacts.cache"
}
Expand Down Expand Up @@ -232,7 +232,6 @@ try {
if (!$Silent) {
Write-Host -ForegroundColor Yellow "Unable to load ApplicationInsights.dll"
}
Write-Host -ForegroundColor Red $_
}

. (Join-Path $PSScriptRoot "TelemetryHelper.ps1")
Expand Down

0 comments on commit 664c244

Please sign in to comment.