commit | 0d7a0e674c0f292349f42afb2705bf01dc8bda02 | [log] [tgz] |
---|---|---|
author | Eric Ball <eball@linuxfoundation.org> | Thu Nov 14 13:07:04 2024 -0800 |
committer | Eric Ball <eball@linuxfoundation.org> | Thu Nov 14 13:07:04 2024 -0800 |
tree | afe671ffc87806dda6763f4233fc51aaff0a1d34 | |
parent | f32accb51219ee2d8338bda02c89564d94c2da6e [diff] [blame] |
Fix shellcheck errors Signed-off-by: Eric Ball <eball@linuxfoundation.org> Change-Id: I4678113c2717dcf3bfc82663cf2e14262e7daeac
diff --git a/helmrepo.sh b/helmrepo.sh index d0c0c1d..c13388a 100755 --- a/helmrepo.sh +++ b/helmrepo.sh
@@ -114,6 +114,7 @@ local key="${_fields[0]}" local val="${_fields[1]}" + # shellcheck disable=SC2004 ref[$key]="$val" return