Fixed typo.
This commit is contained in:
parent
78bb7ff692
commit
e2bb3c0a3d
1 changed files with 3 additions and 3 deletions
|
@ -19,13 +19,13 @@ jobs:
|
|||
- kobalt-dependencies-
|
||||
|
||||
- run:
|
||||
name: Kobalt Check Versions
|
||||
command: ./kobaltw CheckVersions
|
||||
name: Check Versions
|
||||
command: ./kobaltw checkVersions
|
||||
|
||||
- save_cache:
|
||||
paths: ~/.kobalt
|
||||
key: kobalt-dependencies-{{ checksum "kobalt/src/Build.kt" }}
|
||||
|
||||
- run:
|
||||
name: Kobalt Assemble
|
||||
name: Assemble
|
||||
command: ./kobaltw assemble
|
Loading…
Add table
Add a link
Reference in a new issue