Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed May 1, 2021
1 parent 451bcc3 commit bbd9e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -31,7 +31,7 @@ commands:
- checkout
- restore_cache:
keys:
- bundle-{{ .Environment.CACHE_VERSION }}-{{checksum "cucumber.gemspec" }}
- bundle-{{ .Environment.CACHE_VERSION }}-{{ checksum "cucumber.gemspec" }}
- run:
name: install dependencies
command: |
Expand Down

0 comments on commit bbd9e7d

Please sign in to comment.