Skip to content

Commit

Permalink
add dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Carlton committed Oct 4, 2022
1 parent a77eeb9 commit aa53926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ download() {
}

get_dependencies() {
IFS=';' read -ra depenency <<< "$DEPENDENCIES"
IFS=';' read -ra dependency <<< "$DEPENDENCIES"
for repos in ${dependency[@]}; do
name=$(cut -f 1 -d, <<< "$repos")
url=$(cut -f 2 -d, <<< "$repos")
Expand Down

0 comments on commit aa53926

Please sign in to comment.