]> git.openstreetmap.org Git - dns.git/blobdiff - bin/mksshfp
Fix syntax error in SSHFP include
[dns.git] / bin / mksshfp
index 56c7bbb50086cb3ac3e24649c1df2a2e2f876f99..e4bc8ed30c84f293c680e46daaba43bac18a3a8e 100755 (executable)
@@ -18,7 +18,7 @@ if (-f "/etc/ssh/ssh_known_hosts")
             my $type = $3;
             my $value = $4;
 
-            print SSHFP_JS qq|  SSHFP("${host}", ${algorithm}, ${type}, "${value}");\n|;
+            print SSHFP_JS qq|  SSHFP("${host}", ${algorithm}, ${type}, "${value}"),\n|;
         }
         else
         {