Skip to content
This repository has been archived by the owner on Mar 1, 2018. It is now read-only.

Commit

Permalink
Merge pull request #195 from Ginja/master
Browse files Browse the repository at this point in the history
Postflight issue when using cacerts
  • Loading branch information
Ricky Chilcott committed Nov 20, 2013
2 parents 14e8e0a + b03a35f commit 5846f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/munki_scripts/postflight
Expand Up @@ -29,7 +29,7 @@ def latest_managed_install_report_path():

def ssl_option():
if cacert_file():
return "--cacert \"{1}\"".format(cacert_file())
return "--cacert \"{0}\"".format(cacert_file())
else:
return ""

Expand Down

0 comments on commit 5846f1b

Please sign in to comment.