summaryrefslogtreecommitdiff
path: root/_site/get.ps1
diff options
context:
space:
mode:
Diffstat (limited to '_site/get.ps1')
-rw-r--r--_site/get.ps12
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