Skip to content

Commit

Permalink
Fix skip_option
Browse files Browse the repository at this point in the history
The position of `$skip_option` from commit 7542ac is incorrect.
  • Loading branch information
dovahcrow authored Aug 18, 2020
1 parent 582558e commit b10716c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orbs/commands/send_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ steps:
fi
bash <(curl -Ls https://coverage.codacy.com/get.sh) report $params --partial $skip_option &&\
bash <(curl -Ls https://coverage.codacy.com/get.sh) $skip_option final
bash <(curl -Ls https://coverage.codacy.com/get.sh) final $skip_option

0 comments on commit b10716c

Please sign in to comment.