Merge pull request #13292 from crook/develop

fix #13291
This commit is contained in:
Thomas S Hatch 2014-06-06 09:21:57 -06:00
commit 6c31e33fe1

View File

@ -83,7 +83,7 @@ def need_deployment():
os.makedirs(OPTIONS.saltdir)
os.umask(old_umask)
# Delimeter emitted on stdout *only* to indicate shim message to master.
sys.stdout.write("%s\ndeploy\n".format(OPTIONS.delimeter))
sys.stdout.write("{0}\ndeploy\n".format(OPTIONS.delimeter))
sys.exit(EX_THIN_DEPLOY)