Skip to content

Commit 60349e4

Browse files
Fix typo in circleci config
1 parent 478c1ea commit 60349e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
bundle exec rspec --format progress \
6464
--out /tmp/test-results/rspec.xml \
6565
--format progress \
66-
-- {$TEST_FILES}
66+
-- ${TEST_FILES}
6767
6868
- run:
6969
name: Code Climate Test Coverage

0 commit comments

Comments
 (0)