lib/func.tcl: Stupid long-standing typo in `sync-profiles'.
[ca] / lib / func.tcl
index a3b58dc..9e03b5b 100644 (file)
@@ -425,7 +425,7 @@ proc sync-profiles {} {
          UPDATE profile SET
                  extensions = $d(extensions),
                  issue_time = $d(issue-time),
-                 start_skew = $(start-skew),
+                 start_skew = $d(start-skew),
                  expire_interval = $d(expire-interval),
                  tombstone = 0
          WHERE label = $p;