Skip to content

Commit

Permalink
fix typo in circleci config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aboedo committed Jul 14, 2021
1 parent ceea56d commit 71edc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ commands:
type: string
steps:
- run:
name: Install swiftlint
command: brew install swiftlint
name: Install swiftlint
command: brew install swiftlint
- install-gems:
directory: << parameters.directory >>
- scan-and-archive:
Expand Down

0 comments on commit 71edc18

Please sign in to comment.