Fixed spacing.

This commit is contained in:
Erik C. Thauvin 2017-10-29 22:47:50 -07:00
parent 0b7837d929
commit af364847f0

View file

@ -17,9 +17,11 @@ jobs:
- kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
# fallback to using the latest cache if no exact match is found
- kobalt-dependencies-
- run:
name: Assemble
command: ./kobaltw assemble
name: Kobalt Assemble
command: ./kobaltw assemble
- save_cache:
paths: ~/.kobalt
key: gradle-dependencies-{{ checksum "kobalt/src/Build.kt" }}
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}