Skip to content

Commit 4c764fb

Browse files
committed
Merge commit '43edcd2d25b31c75faac88901e94f7502375c5f7' into fix/revocation-env-var-names
Signed-off-by: Colton Wolkins (Indicio work address) <[email protected]>
2 parents 26dc478 + 43edcd2 commit 4c764fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aries_cloudagent/config/argparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -680,7 +680,7 @@ def add_arguments(self, parser: ArgumentParser):
680680
parser.add_argument(
681681
"--monitor-revocation-notification",
682682
action="store_true",
683-
env_var="ACAPY_MONITOR_REVOCATION_NOTIF",
683+
env_var="ACAPY_MONITOR_REVOCATION_NOTIFICATION",
684684
help=(
685685
"Specifies that aca-py will emit webhooks on notification of "
686686
"revocation received."

0 commit comments

Comments
 (0)