fix issue with eos config replace not working (#32468)

pull/32475/head
Peter Sprygada 7 years ago committed by GitHub
parent ea2afc6ebc
commit e33c24f585
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -176,7 +176,7 @@ class Cli:
rc = 0
for command in to_list(commands):
if command == 'end':
pass
continue
if command.startswith('banner') or multiline:
multiline = True

Loading…
Cancel
Save