From 8759527feb6bb7bfc649641b80a0c50e401261e3 Mon Sep 17 00:00:00 2001 From: Meghan Denny Date: Tue, 27 May 2025 19:51:18 -0700 Subject: [PATCH] zsh: fix syntax error in bun audit completion --- completions/bun.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/bun.zsh b/completions/bun.zsh index 9ffaea9012..bc7143ac8b 100644 --- a/completions/bun.zsh +++ b/completions/bun.zsh @@ -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" ' )