Rename misspelled CLI argument

This commit is contained in:
Erik Johnson 2014-08-08 12:54:02 -05:00
parent 7240fcae53
commit 6a3c290325

View File

@ -671,7 +671,7 @@ class Single(object):
ssh_py_shim_args = [
'--config', self.minion_config,
'--delimeter', RSTR,
'--delimiter', RSTR,
'--saltdir', DEFAULT_THIN_DIR,
'--checksum', thin_sum,
'--hashfunc', 'sha1',