-
Notifications
You must be signed in to change notification settings - Fork 70
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
Clean up psnotify chocoinstall #718
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@emtuls please do not merge PRs without a review (specially if there are discussions going on) and do not approve your own changes. The idea is that someone else reviews the changes as merging automatically makes packages available in myget. This helps avoiding cleanup PRs like this one.
[nitpick] Use the imperative mood in the subject line of commit messages. See for example https://www.freecodecamp.org/news/how-to-write-better-git-commit-messages/
Install-ChocolateyShortcut -shortcutFilePath $shortcut -targetPath $executablePath -WorkingDirectory $executableDir | ||
VM-Assert-Path $shortcut | ||
|
||
return $executablePath |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This return should be removed. It was in the helper to use from the calling code (outside the helper). We can merge the PR after that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @emtuls!
No description provided.