summaryrefslogtreecommitdiff
path: root/build-os-images.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-os-images.sh')
-rwxr-xr-xbuild-os-images.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-os-images.sh b/build-os-images.sh
index 9e3421d..a148081 100755
--- a/build-os-images.sh
+++ b/build-os-images.sh
@@ -20,7 +20,7 @@ function run_build {
if [ $result -eq 0 ]; then
echo ""
- "$BASE_D/build.sh" "$img_name_helsinki" "$BASE_D/$build_dir"
+ "$BASE_D/_build.sh" "$img_name_helsinki" "$BASE_D/$build_dir"
result=$?
fi