Skip to content

Commit

Permalink
/ completions: fix path to bash5+ completions file
Browse files Browse the repository at this point in the history
we were relative to .bash, not .bash/init.d/
  • Loading branch information
smemsh committed Nov 7, 2024
1 parent 858d2c8 commit 293035f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.d/completions
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ shell_init_completions_incus ()

##############################################################################

(($BASH_VERSINFO >= 5)) && source completions.bash5
(($BASH_VERSINFO >= 5)) && source init.d/completions.bash5

##############################################################################
#
Expand Down

0 comments on commit 293035f

Please sign in to comment.