X-Git-Url: https://pwan.org/git/?p=certmaster.git;a=blobdiff_plain;f=certmaster%2Futils.py;h=5544b05e981c0a75518e978c662020d203214218;hp=ecebad65a42c9953ed14b9bcca0e067bca9f8819;hb=5bb4be3edcfdf031d7446e434ef4f51309ce32c7;hpb=ca0b109bfb78736cb3997b536ac20dadf32485bd diff --git a/certmaster/utils.py b/certmaster/utils.py index ecebad6..5544b05 100755 --- a/certmaster/utils.py +++ b/certmaster/utils.py @@ -235,7 +235,7 @@ def run_triggers(ref, globber): # in the triggers directory continue if ref: - rc = sub_process.call([file, ref.name], shell=False) + rc = sub_process.call([file, ref], shell=False) else: rc = sub_process.call([file], shell=False) except: