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