diff options
Diffstat (limited to 'src/pkl.cc')
| -rw-r--r-- | src/pkl.cc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -109,6 +109,8 @@ PKL::write (boost::filesystem::path file, shared_ptr<const CertificateChain> sig asset->add_child("Type")->add_child_text (i->type); } + indent (pkl, 0); + if (signer) { signer->sign (pkl, _standard); } |
