Fix templates

This commit is contained in:
Vladimir Safonkin
2020-10-04 14:51:46 +03:00
parent f6b3cf674c
commit a11c9fff08
4 changed files with 17 additions and 36 deletions

View File

@@ -272,5 +272,5 @@ function Get-SphinxVersion {
}
function Get-YamllintVersion {
return (yamllint --version | Out-String)
return "$(yamllint --version)"
}