Olivier Gayot has proposed merging ~ogayot/curtin:fix-typo-package into curtin:master.
Commit message: Fix typo s/packge/package/ Requested reviews: curtin developers (curtin-dev) For more details, see: https://code.launchpad.net/~ogayot/curtin/+git/curtin/+merge/432544 Fix typo s/packge/package/ -- Your team curtin developers is requested to review the proposed merge of ~ogayot/curtin:fix-typo-package into curtin:master.
diff --git a/curtin/distro.py b/curtin/distro.py index 16ce2c5..618af47 100644 --- a/curtin/distro.py +++ b/curtin/distro.py @@ -418,7 +418,7 @@ def install_packages(pkglist, osfamily=None, opts=None, target=None, env=None, install_cmd = installer_map.get(osfamily) if not install_cmd: - raise ValueError('No packge install command for distro: %s' % + raise ValueError('No package install command for distro: %s' % osfamily) return install_cmd('install', args=pkglist, opts=opts, target=target,
-- Mailing list: https://launchpad.net/~curtin-dev Post to : curtin-dev@lists.launchpad.net Unsubscribe : https://launchpad.net/~curtin-dev More help : https://help.launchpad.net/ListHelp