Update packages/safe-chain/src/shell-integration/supported-shells/windowsPowershell.js

Co-authored-by: aikido-pr-checks[bot] <169896070+aikido-pr-checks[bot]@users.noreply.github.com>
This commit is contained in:
Reinier Criel 2026-04-13 11:17:39 -07:00 committed by GitHub
parent f2bdd28ae6
commit 32408c6583
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,7 +32,7 @@ function teardown(tools) {
);
}
// Removes the line that sources the safe-chain PowerShell initialization script.
// Remove sourcing line to clean up safe-chain integration from the shell profile
removeLinesMatchingPattern(
startupFile,
/^\.\s+["']?.*init-pwsh\.ps1["']?.*#\s*Safe-chain/,