summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/completion/bash/guix2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/completion/bash/guix b/etc/completion/bash/guix
index 98d20484f78..aa217bd318d 100644
--- a/etc/completion/bash/guix
+++ b/etc/completion/bash/guix
@@ -181,7 +181,7 @@ _guix_complete ()
181 *) 181 *)
182 if _guix_is_command "package" 182 if _guix_is_command "package"
183 then 183 then
184 if _guix_is_dash_L || _guix_is_dash_m 184 if _guix_is_dash_L || _guix_is_dash_m || _guix_is_dash_p
185 then 185 then
186 _guix_complete_file 186 _guix_complete_file
187 elif _guix_is_removing 187 elif _guix_is_removing