From 01bc387134ccbeaec0ef1da1482203bc8af3438e Mon Sep 17 00:00:00 2001 From: urpylka Date: Thu, 15 Mar 2018 20:13:38 +0300 Subject: [PATCH] Fix: syntax Signed-off-by: urpylka --- image/image-config.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image/image-config.sh b/image/image-config.sh index ce17a666..500282d5 100755 --- a/image/image-config.sh +++ b/image/image-config.sh @@ -485,7 +485,7 @@ case "$1" in publish_image $2 $3 $4 $5 $6 $7;; publish_image2) # publish_image2 $BUILD_DIRECTORY $IMAGE_NAME $WORKSPACE $CONFIG_FILE $RELEASE_ID $RELEASE_BODY - publish_image $2 $3 $4 $5 $6 $7;; + publish_image2 $2 $3 $4 $5 $6 $7;; execute) # execute $IMAGE $PREFIX_PATH $DEV_ROOTFS $DEV_BOOT $EXECUTE_FILE execute $2 $3 $4 $5 $6;;