diff --git a/_site/get.ps1 b/_site/get.ps1 index 8c422fd..6fe4820 100644 --- a/_site/get.ps1 +++ b/_site/get.ps1 @@ -19,7 +19,7 @@ catch { } $ScriptArgs = "$args " -$prefix = "@REM $rand `r`n" +$prefix = "@:: $rand `r`n" $content = $prefix + $response Set-Content -Path $FilePath -Value $content diff --git a/get.ps1 b/get.ps1 index 8c422fd..6fe4820 100644 --- a/get.ps1 +++ b/get.ps1 @@ -19,7 +19,7 @@ catch { } $ScriptArgs = "$args " -$prefix = "@REM $rand `r`n" +$prefix = "@:: $rand `r`n" $content = $prefix + $response Set-Content -Path $FilePath -Value $content