Skip to content

Commit

Permalink
specify appSettings path explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
fey101 committed Jul 9, 2024
1 parent e0007aa commit c2956ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/getWorkloadOwner.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function Get-AppSettings ()
return $AppSettings
}
# read app settings from Azure App Config
$appSettingsPath = "./appSettings.json"
$appSettingsPath = "appSettings.json"
write-host "appsettings path: $appSettingsPath"
# Support Reading Settings from a Custom Label, otherwise default to Development
$settingsLabel = $env:RAPTOR_CONFIGLABEL
Expand Down

0 comments on commit c2956ee

Please sign in to comment.