diff --git a/python_modules/infra.py b/python_modules/infra.py index 77c023b3..817d2d68 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -350,7 +350,7 @@ def boostrap_shared(): Copy specific folders in the boostrap location """ term_size = os.get_terminal_size() -print('=' * term_size.columns) + print('=' * term_size.columns) print("Copy Shared BootStrap") src_paths = ('/issue',) des_paths = ('/etc',)