Skip to content

Commit a5f603d

Browse files
Update UpdateSamples.ps1 (#88)
1 parent c4148d2 commit a5f603d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/UpdateSamples.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ function GetAvmLinks {
6565
$tfModules = ConvertFrom-Csv (Invoke-WebRequest -Uri $tfLinks).Content
6666

6767
$availableStatuses = @(
68-
"Available :green_circle:",
69-
"Orphaned :eyes:"
68+
"Available",
69+
"Orphaned"
7070
)
7171

7272
$links = @()
@@ -113,4 +113,4 @@ $samples = [ordered]@{
113113
AvmLinks = $avmLinks;
114114
}
115115

116-
$samples | ConvertTo-Json -depth 100 | Out-File $OutputPath
116+
$samples | ConvertTo-Json -depth 100 | Out-File $OutputPath

0 commit comments

Comments
 (0)