Skip to content

Commit

Permalink
Make more variables local
Browse files Browse the repository at this point in the history
  • Loading branch information
tsiflimagas committed Nov 30, 2021
1 parent a776bdc commit c8d5ae1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions completion/available/bash-it.completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ _bash-it-comp-enable-disable()

_bash-it-comp-list-available-not-enabled()
{
subdirectory="$1"
local subdirectory="$1"

local enabled_components all_things available_things

Expand All @@ -33,7 +33,7 @@ _bash-it-comp-list-enabled()

_bash-it-comp-list-available()
{
subdirectory="$1"
local subdirectory="$1"

local enabled_things

Expand Down

0 comments on commit c8d5ae1

Please sign in to comment.