diff --git a/Keywords/sample.ucl b/Keywords/sample.ucl --- a/Keywords/sample.ucl +++ b/Keywords/sample.ucl @@ -47,6 +47,9 @@ end if not pkg.stat(target_file) then pkg.copy(sample_file, target_file) + if pkg_metalog ~= nil and pkg.metalog_copy ~= nil then + pkg.metalog_copy(sample_file, target_file) + end end EOS