Skip to content

Commit

Permalink
rnw-dependencies.ps1 choco typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthysell committed Mar 15, 2023
1 parent e8a5d85 commit 6bc2353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnext/Scripts/rnw-dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ function EnsureChocoForInstall {
Write-Verbose "Checking for Choco...";
try {
$chocoCmd = (Get-Command choco -ErrorAction Stop);
if (chocoCmd -ne $null) {
if ($chocoCmd -ne $null) {
Write-Verbose "Choco found.";
return;
}
Expand Down

0 comments on commit 6bc2353

Please sign in to comment.