Skip to content

Commit

Permalink
fix: unnecessary $\${} on arithmetic variable
Browse files Browse the repository at this point in the history
Signed-off-by: Beau Hastings <beau@saweet.net>
  • Loading branch information
hastinbe committed Dec 26, 2024
1 parent e84829e commit 1493259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion volume
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ progress_bar() {

apply_symbolic_icon_suffix() {
for i in "${!ICONS_SYMBOLIC[@]}"; do
ICONS_SYMBOLIC[$i]="${ICONS_SYMBOLIC[$i]}${SYMBOLIC_ICON_SUFFIX}"
ICONS_SYMBOLIC[i]="${ICONS_SYMBOLIC[i]}${SYMBOLIC_ICON_SUFFIX}"
done
}

Expand Down

0 comments on commit 1493259

Please sign in to comment.