summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdefconfigs/ci-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/defconfigs/ci-build.sh b/defconfigs/ci-build.sh
index 95caf36..52b1d00 100755
--- a/defconfigs/ci-build.sh
+++ b/defconfigs/ci-build.sh
@@ -64,7 +64,7 @@ if [ ! -d $workspace/defconfigs/$arch ]; then
exit 1
fi
-if [ ! -e $workspace/defconfigs/$arch/$arch-ic-build.sh ]; then
+if [ ! -e $workspace/defconfigs/$arch/$arch-ci-build.sh ]; then
perror "Architecture $arch does not provide specifics"
exit 1
fi