Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(scoop-home): Adopt Resolve-ManifestInformation #166

Merged
merged 3 commits into from
Jun 5, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
ir
  • Loading branch information
Ash258 committed Jun 5, 2021
commit 814d30f4b0cc651dcafa6305e3dc774409b1fce5
1 change: 0 additions & 1 deletion libexec/scoop-cat.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ foreach ($app in $Applications) {
if (!$body) { $body = $title }
Write-UserMessage -Message $body -Err
debug $_.InvocationInfo
if ($title -ne 'Ignore' -and ($title -ne $body)) { New-IssuePrompt -Application $appName -Bucket $bucket -Title $title -Body $body }

continue
}
Expand Down
1 change: 0 additions & 1 deletion libexec/scoop-download.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ foreach ($app in $application) {
if (!$body) { $body = $title }
Write-UserMessage -Message $body -Err
debug $_.InvocationInfo
if ($title -ne 'Ignore' -and ($title -ne $body)) { New-IssuePrompt -Application $appName -Bucket $bucket -Title $title -Body $body }

continue
}
Expand Down
1 change: 0 additions & 1 deletion libexec/scoop-home.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ try {
if (!$body) { $body = $title }
Write-UserMessage -Message $body -Err
debug $_.InvocationInfo
if ($title -ne 'Ignore' -and ($title -ne $body)) { New-IssuePrompt -Application $appName -Bucket $bucket -Title $title -Body $body }

$ExitCode = 3
}
Expand Down