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