Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Commit

Permalink
Fix getting only first argument in bash script
Browse files Browse the repository at this point in the history
closes #43
refs #40
  • Loading branch information
elboletaire committed Apr 11, 2019
1 parent 3115ed4 commit b8bcc64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-scanner-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ if [ $SONAR_ANALYSIS_MODE == "publish" ]; then
unset CI_BUILD_REF
fi

$COMMAND $1
$COMMAND $@

0 comments on commit b8bcc64

Please sign in to comment.