Skip to content

Commit 547fb57

Browse files
authored
Merge pull request #477 from favonia/fix-typo
fix: typo "succeded"
2 parents 2f2561b + d06b89f commit 547fb57

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
codacy: codacy/base@10.10.0
4+
codacy: codacy/base@10.10.1
55

66
references:
77
circleci_job: &circleci_job

get.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ fi
235235

236236
if [ "$#" -eq 1 ] && [ "$1" = "download" ];
237237
then
238-
log "$g" "Codacy reporter download succeded";
238+
log "$g" "Codacy reporter download succeeded";
239239
elif [ "$#" -gt 0 ];
240240
then
241241
eval "$run_command $*"

0 commit comments

Comments
 (0)