File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ jobs:
194194 cat install_licensed.sh
195195 - name : Verify license_id is present in script
196196 run : |
197- if grep -q " license_id=' test-license-12345'" install_licensed.sh; then
197+ if grep -q ' license_id=" test-license-12345"' install_licensed.sh; then
198198 echo "✓ License ID found pre-set in script"
199199 else
200200 echo "✗ License ID not found in script"
@@ -227,7 +227,7 @@ jobs:
227227 - name : Verify license_id is present in script
228228 run : |
229229 $content = Get-Content install_licensed.ps1 -Raw
230- if ($content -match "install - license_id 'test-license-12345'") {
230+ if ($content -match "license_id = 'test-license-12345'") {
231231 Write-Host "✓ License ID found in install command"
232232 } else {
233233 Write-Host "✗ License ID not found in script"
You can’t perform that action at this time.
0 commit comments