Skip to content

Commit 90d5516

Browse files
author
ekultek
committed
minor update when viewing hosts
1 parent 37cf7ab commit 90d5516

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/term/terminal.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ def do_view_gathered(self):
240240
"""
241241
if len(self.loaded_hosts) != 0:
242242
for host in self.loaded_hosts:
243-
lib.output.info(host)
243+
lib.output.info(host.strip())
244244
else:
245245
lib.output.warning("currently no gathered hosts")
246246

0 commit comments

Comments
 (0)