Fix a small typo (#3512)

This commit is contained in:
Asif Mehedi
2019-06-17 23:16:17 -07:00
committed by Ross Smith II
parent 1ac8ac0c65
commit 69a0843e9a
+1 -1
View File
@@ -24,7 +24,7 @@ if (!(Test-HelperInstalled -Helper Innounp)) {
}
if (!(Test-HelperInstalled -Helper Dark)) {
error "'dark' is not installed! It's require for unpacking installers created with the WiX Toolset. Please run 'scoop install dark' or 'scoop install wixtoolset'."
error "'dark' is not installed! It's required for unpacking installers created with the WiX Toolset. Please run 'scoop install dark' or 'scoop install wixtoolset'."
$issues++
}