zsh: fix syntax error in bun audit completion

This commit is contained in:
Meghan Denny
2025-05-27 19:51:18 -07:00
committed by GitHub
parent 7b4b299be0
commit 8759527feb

View File

@@ -260,7 +260,7 @@ _bun_pm_completion() {
'hash\:"generate & print the hash of the current lockfile" '
'hash-string\:"print the string used to hash the lockfile" '
'hash-print\:"print the hash stored in the current lockfile" '
'audit\:"run a security audit of dependencies in Bun\'s lockfile"'
'audit\:"run a security audit of dependencies in Bun'\''s lockfile"'
'cache\:"print the path to the cache folder" '
)