]> git.openstreetmap.org Git - dns.git/commitdiff
Fix syntax error in SSHFP include
authorTom Hughes <tom@compton.nu>
Sat, 8 Feb 2020 15:54:40 +0000 (15:54 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 8 Feb 2020 15:54:40 +0000 (15:54 +0000)
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
         {