Skip to content

Commit 69a0843

Browse files
asifmrasa
authored andcommitted
Fix a small typo (#3512)
1 parent 1ac8ac0 commit 69a0843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libexec/scoop-checkup.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if (!(Test-HelperInstalled -Helper Innounp)) {
2424
}
2525

2626
if (!(Test-HelperInstalled -Helper Dark)) {
27-
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'."
27+
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'."
2828
$issues++
2929
}
3030

0 commit comments

Comments
 (0)