aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-color.sh
diff options
context:
space:
mode:
Diffstat (limited to 'dev/ci/ci-color.sh')
-rwxr-xr-xdev/ci/ci-color.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ci/ci-color.sh b/dev/ci/ci-color.sh
index dc696f69d9..a0094b1006 100755
--- a/dev/ci/ci-color.sh
+++ b/dev/ci/ci-color.sh
@@ -3,6 +3,6 @@
ci_dir="$(dirname "$0")"
. "${ci_dir}/ci-common.sh"
-git_download CoLoR
+git_download color
-( cd "${CI_BUILD_DIR}/CoLoR" && make )
+( cd "${CI_BUILD_DIR}/color" && make )