mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Fix incorrect linter error from help text parsing
This commit is contained in:
parent
33d7d9c26c
commit
32b2690874
@ -6,6 +6,7 @@ set -euo pipefail
|
||||
#ORIGINAL_IFS=$IFS
|
||||
IFS=$'\t\n' # Stricter IFS settings
|
||||
|
||||
# shellcheck disable=SC2006
|
||||
usage() {
|
||||
cat <<EOF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user