We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2f2561b + d06b89f commit 547fb57Copy full SHA for 547fb57
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- codacy: codacy/base@10.10.0
+ codacy: codacy/base@10.10.1
5
6
references:
7
circleci_job: &circleci_job
get.sh
@@ -235,7 +235,7 @@ fi
235
236
if [ "$#" -eq 1 ] && [ "$1" = "download" ];
237
then
238
- log "$g" "Codacy reporter download succeded";
+ log "$g" "Codacy reporter download succeeded";
239
elif [ "$#" -gt 0 ];
240
241
eval "$run_command $*"
0 commit comments