Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Kundert authored and Ken Kundert committed Oct 13, 2021
1 parent cd44d2b commit d3c8e92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshconfig/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def _append(self, name, fields, aliases=None, desc=None, guests=None):
if desc:
header = "# {}\nhost {}".format(desc, names)
else:
header = "host {}s".format(names)
header = "host {}".format(names)
host = "\n".join([header] + fields.render_host())
self.hosts.append(host)
for name in names_as_list:
Expand Down

0 comments on commit d3c8e92

Please sign in to comment.