From f0c4ee4047f3b70241bacab712642437e37fad2f Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Wed, 24 Sep 2025 20:47:22 +0900 Subject: make lint: Perform bash script linting --- shell/completion.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/completion.zsh') diff --git a/shell/completion.zsh b/shell/completion.zsh index 1df53f55..39e72db2 100644 --- a/shell/completion.zsh +++ b/shell/completion.zsh @@ -98,7 +98,7 @@ if [[ -o interactive ]]; then #----BEGIN INCLUDE common.sh # NOTE: Do not directly edit this section, which is copied from "common.sh". -# To modify it, one can edit "common.sh" and run "./update-common.sh" to apply +# To modify it, one can edit "common.sh" and run "./update.sh" to apply # the changes. See code comments in "common.sh" for the implementation details. __fzf_defaults() { -- cgit v1.2.3