Skip to content

Commit

Permalink
Make envs a local variable
Browse files Browse the repository at this point in the history
  • Loading branch information
erichaagdev committed Nov 5, 2024
1 parent 71fe288 commit 95707cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/scripts/lib/gradle.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/usr/bin/env bash

invoke_gradle() {
local run_num
local run_num envs
envs=()
run_num=$1
shift

Expand Down

0 comments on commit 95707cf

Please sign in to comment.