Skip to content

Commit

Permalink
Merge pull request #170 from codacy/fix-script
Browse files Browse the repository at this point in the history
fix: Fix script with arguments
  • Loading branch information
lolgab authored Mar 6, 2020
2 parents e8df47b + 2f52fbd commit 59ffacf
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 59ffacf

Please sign in to comment.