Skip to content

Commit 30fad11

Browse files
authored
Merge pull request #1462 from yedayak/shfmt-fix
chore: Fix formatting in bash_completion
2 parents ce43661 + 87939fd commit 30fad11

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)