Skip to content

Commit 244628d

Browse files
committed
hax
1 parent 4dc880f commit 244628d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dags/nycmesh_generate_omni_cert.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def deploy_to_omni(ip, password, cert_path, priv_key_path):
103103
in_scope_nn = ["592"]
104104

105105
DNS_SERVER = "199.170.132.47"
106-
TSIG_KEY_NAME = "nn.mesh.nycmesh.net."
106+
TSIG_KEY_NAME = "nn.mesh.nycmesh.net"
107107
TSIG_KEY = Variable.get("Airflow_tsigkey")
108108

109109
for nn in in_scope_nn:

0 commit comments

Comments
 (0)