diff --git a/build_library/dev_container_util.sh b/build_library/dev_container_util.sh index 79c0733e6e..7c228cae60 100755 --- a/build_library/dev_container_util.sh +++ b/build_library/dev_container_util.sh @@ -54,7 +54,7 @@ EOF eselect profile set --force $(get_board_profile $BOARD)/dev } -create_dev_image() { +create_dev_container() { local image_name=$1 local disk_layout=$2 local update_group=$3