Skip to content

Commit

Permalink
Merge pull request #54 from fftorres/master
Browse files Browse the repository at this point in the history
Fixing a missing quote when passing arguments to sonar-scanner
  • Loading branch information
headcr4sh authored Apr 6, 2020
2 parents 8da055b + 78b213d commit 90e1aa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/out
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ if [[ -n "${decorate_pr}" ]]; then
branch_name=$(git config --get pullrequest.branch)
fi
scanner_opts+=" -Dsonar.pullrequest.key=${pr_id} -Dsonar.pullrequest.branch=${branch_name} -Dsonar.pullrequest.base=\"${sonar_branch_name}"
scanner_opts+=" -Dsonar.pullrequest.key=${pr_id} -Dsonar.pullrequest.branch=${branch_name} -Dsonar.pullrequest.base=\"${sonar_branch_name}\""
echo "Decorating PR: ${pr_id} for branch ${branch_name}"
fi
Expand Down

0 comments on commit 90e1aa0

Please sign in to comment.