Skip to content

Commit

Permalink
minor string change
Browse files Browse the repository at this point in the history
  • Loading branch information
knipknap committed Nov 14, 2017
1 parent a8b9590 commit b9845c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Exscript/util/start.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def quickrun(hosts, func, **kwargs):
run(read_login(), hosts, func, **kwargs)


def start(users, hosts, func, only_authenticate=False, **kwargs):
def start(users, hosts, func, only_authenticate=False, **kwargs):
"""
Like run(), but automatically logs into the host before passing
the host to the callback function.
Expand Down

0 comments on commit b9845c0

Please sign in to comment.