From e2bb3c0a3dda1dea163e1d81281ef81cd8f5fda9 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Sun, 29 Oct 2017 23:51:58 -0700 Subject: [PATCH] Fixed typo. --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1b53bf1..dffffe6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 \ No newline at end of file