diff options
Diffstat (limited to '_site')
| -rw-r--r-- | _site/get.ps1 | 2 |
1 files changed, 1 insertions, 1 deletions
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
|
