install --ondev: ondev-prepare: fix log msg

This commit is contained in:
Oliver Smith 2020-06-29 20:18:35 +02:00
parent afeeeee4d7
commit a6bcc2ba83
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -538,7 +538,7 @@ def install_on_device_installer(args, step, steps):
# properties (e.g. to display the version number), or transform the image
# file into another format. This can all be done without pmbootstrap
# changes in the postmarketos-ondev package.
logging.info(f"({suffix_installer}) ondev-prepare-image")
logging.info(f"({suffix_installer}) ondev-prepare")
channel = pmb.config.pmaports.read_config(args)["channel"]
channel_cfg = pmb.config.pmaports.read_config_channel(args)
env = {"ONDEV_CHANNEL": channel,