Skip to content

Commit 3fd5db1

Browse files
committed
Update deploy_truenas.py
1 parent 1356b00 commit 3fd5db1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy_truenas.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def validate_cert_key_pair(cert_pem, key_pem):
171171
# uploaded. This should mean any catalog apps for which a certificate has been
172172
# configured.
173173
apps = c.call("app.query")
174-
logger.debug(APPS_ONLY_MATCHING_SAN)
174+
logger.debug(apps)
175175
for app in apps:
176176
app_config = c.call("app.config", (app["id"]))
177177
logger.debug(app_config)

0 commit comments

Comments
 (0)