Fix the word spacing

This commit is contained in:
Joshua Harlow 2014-10-21 12:08:50 -07:00
parent 29d3c6578b
commit 432dbe94ca

View File

@ -396,7 +396,7 @@ class Distro(object):
if not isinstance(keys, (tuple, list, set)):
util.multi_log("Invalid type detected for"
" 'ssh_authorized_keys', expected list, string"
" , dict, or set.")
", dict, or set.")
else:
keys = set(keys) or []
ssh_util.setup_user_keys(keys, name, options=None)