Skip to content

Commit 7dbbf8b

Browse files
committed
Update terminal-scripts.ts
1 parent 41f2ea7 commit 7dbbf8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interceptors/terminal/terminal-scripts.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ ${
131131
_.map(env, (value, key) => ` $Env:${key} = "${value.replace(/"/g, '`"')}"`).join('\n')
132132
}
133133
134-
function Stop-Toolkit {
134+
function Stop-Intercepting {
135135
136136
#Remove every env
137137
$currentEnvVars = Get-ChildItem Env:
@@ -161,7 +161,7 @@ ${
161161
Start-Job -ScriptBlock { Invoke-WebRequest "${callbackUrl}" -NoProxy -Method 'POST' } | out-null
162162
163163
Write-Host "HTTP Toolkit interception enabled\`nTo stop intercepting type " -NoNewline
164-
Write-Host "Stop-Toolkit" -ForegroundColor Red
164+
Write-Host "Stop-Intercepting" -ForegroundColor Red
165165
`;
166166

167167
// Find the relevant user shell config file, add the above line to it, so that

0 commit comments

Comments
 (0)