Skip to content

Commit 87939fd

Browse files
committed
chore: Fix formatting in bash_completion
1 parent ce43661 commit 87939fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bash_completion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ _comp__init_collect_startup_configs()
34903490
if [[ ${BASH_COMPLETION_COMPAT_DIR-} ]]; then
34913491
compat_dirs+=("$BASH_COMPLETION_COMPAT_DIR")
34923492
else
3493-
# Keep in sync with Makefile.am install-data-hook
3493+
# Keep in sync with Makefile.am install-data-hook
34943494
compat_dirs+=(/etc/bash_completion.d)
34953495
# Similarly as for the "completions" dir, look up from relative to
34963496
# bash_completion, primarily for installed-with-prefix and

0 commit comments

Comments
 (0)