returned return

This commit is contained in:
Darii Nurgaleev
2020-10-14 02:04:32 +07:00
parent 8786b3e436
commit b3a337ea8a

View File

@@ -19,6 +19,7 @@ function Validate-Scripts {
$ScriptWithoutShebangLine += $relativePath
}
}
return $ScriptWithoutShebangLine
}
$PathUbuntu = "./images/linux/scripts"