Skip to content

Commit

Permalink
scoop auto-complete
Browse files Browse the repository at this point in the history
  • Loading branch information
omer-shtivi committed Jan 28, 2024
1 parent 169341c commit a196ccf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bucket/satori_cli.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"bin": ["satori.exe"],
"post_install": [
"Write-Host 'To enable auto-complete, add the following lines to your PowerShell profile:' -ForegroundColor Magenta",
"Write-Host '$env:Path += '$dir'; Import-Module '$dir' -ForegroundColor Magenta"
"Write-Host '$env:Path += '$dir'; Import-Module '$dir'' -ForegroundColor Magenta"
],
"homepage": "https://www.github.com/SatoriCyber/satori-cli",
"checkver": "github",
Expand Down

0 comments on commit a196ccf

Please sign in to comment.