mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-22 01:22:00 +00:00
Fix sense of new flag
Accidently made flag exactly opposite of intended
This commit is contained in:
parent
fe78034eaa
commit
8de6f4356d
@ -1139,7 +1139,7 @@ def build_root(args):
|
||||
'Unable to recognize build system os\n')
|
||||
sys.exit(1)
|
||||
if args.non_interactive:
|
||||
oshandler.set_interactive(True)
|
||||
oshandler.set_interactive(False)
|
||||
oshandler.set_target(args.scratchdir)
|
||||
oshandler.add_pkglists()
|
||||
for dirname in ('proc', 'sys', 'dev', 'run'):
|
||||
|
Loading…
Reference in New Issue
Block a user