diff --git a/pmb/config/pmaports.py b/pmb/config/pmaports.py index 24d7f10b..3ae6c5c8 100644 --- a/pmb/config/pmaports.py +++ b/pmb/config/pmaports.py @@ -132,5 +132,5 @@ def init(args): check_legacy_folder() if not os.path.exists(args.aports): clone(args) - symlink(args) + symlink(args) read_config_into_args(args)