mirror of
https://github.com/vyos/vyos-build.git
synced 2025-10-01 20:28:40 +02:00
Fix typo in the configure script.
This commit is contained in:
parent
6a7696a112
commit
a05a3660ea
@ -79,7 +79,7 @@ for k, v in args.items():
|
||||
# use the --debian-mirror value for both lb and pbuilder bootstrap
|
||||
if (args['debian_mirror'] != defaults.DEBIAN_MIRROR) and \
|
||||
(args['pbuilder_debian_mirror'] == defaults.DEBIAN_MIRROR):
|
||||
args['pbuilder_debian_mirror'] = args['debian-mirror']
|
||||
args['pbuilder_debian_mirror'] = args['debian_mirror']
|
||||
|
||||
# Version can only be set for release builds,
|
||||
# for dev builds it hardly makes any sense
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user