Skip to content

Commit 6ff5dee

Browse files
committed
fix brackets
1 parent 874efd4 commit 6ff5dee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azd-hooks/scripts/hooks/preprovision/run_preconfig.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Write-Host "Checking if RS_CONTAINER_NAME environment variable exists..."
145145
# Check if RS_CONTAINER_NAME azd environment variable exists
146146
try {
147147
Write-Host $LASTEXITCODE
148-
$rsContainerName = '$env:RS_CONTAINER_NAME'
148+
$rsContainerName = $env:RS_CONTAINER_NAME
149149
if ($rsContainerName) {
150150
Write-Host "✓ RS_CONTAINER_NAME environment variable exists with value: $rsContainerName"
151151

0 commit comments

Comments
 (0)