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

Get-WebFile fails with - ERROR: The term '//continue' is not recognized as the name of a cmdlet #789

Closed
ferventcoder opened this issue Jun 12, 2016 · 1 comment

Comments

@ferventcoder
Copy link
Member

ferventcoder commented Jun 12, 2016

Get-WebFile fails due to using a C# comment instead of a PowerShell comment

@ferventcoder ferventcoder added this to the 0.9.10 milestone Jun 12, 2016
@ferventcoder ferventcoder self-assigned this Jun 12, 2016
@ferventcoder ferventcoder changed the title Get-WebFile fails with ERROR: The term '//continue' is not recognized as the name of a cmdlet Get-WebFile fails with - ERROR: The term '//continue' is not recognized as the name of a cmdlet Jun 12, 2016
ferventcoder added a commit that referenced this issue Jun 12, 2016
In Get-FtpFile, Get-WebFile, and Get-WebFileName, a C# comment was used
as a comment in the try catch for determining if it was a local file.
These didn't fail during local testing, but this is now fixed.
@ferventcoder
Copy link
Member Author

ferventcoder commented Jun 12, 2016

This only affects https://chocolatey.org/packages/chocolatey/0.9.10-beta-20160611, which was yanked soon after learning of this issue.

ferventcoder added a commit that referenced this issue Jun 12, 2016
* stable:
  (doc) update CHANGELOG/nuspec
  (GH-487) Registry Snapshot Enhancements / Fixes
  (GH-358) Capture Arguments During Install/Upgrade
  (maint) remove spaces
  (maint) Format-FileSize silent
  (maint) update shims
  (GH-789) Use PowerShell commenting, not C#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants