From 69a0843e9a1f1bf5d3b179beea86fbda44d0ec4d Mon Sep 17 00:00:00 2001 From: Asif Mehedi Date: Tue, 18 Jun 2019 02:16:17 -0400 Subject: [PATCH] Fix a small typo (#3512) --- libexec/scoop-checkup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libexec/scoop-checkup.ps1 b/libexec/scoop-checkup.ps1 index 723df01f..df4a8b6e 100644 --- a/libexec/scoop-checkup.ps1 +++ b/libexec/scoop-checkup.ps1 @@ -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++ }