Skip to content

Commit

Permalink
fix: Fix script with arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Mar 6, 2020
1 parent e8df47b commit 2f52fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ download_coverage_reporter() {
}

run() {
eval $1
eval "$@"
}

codacy_reporter_native_start_cmd() {
Expand Down

0 comments on commit 2f52fbd

Please sign in to comment.