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

(GH-739) Fix: Update templates to use extension #740

Closed
wants to merge 0 commits into from

Conversation

dtgm
Copy link
Contributor

@dtgm dtgm commented May 18, 2016

Closes #739

Update templates

[array]$key = Get-ItemProperty -Path @($machine_key6432,$machine_key, $local_key) `
-ErrorAction SilentlyContinue `
| ? { $_.DisplayName -like ""$softwareName"" }
# Get-UninstallRegistryKey is provided by the chocolatey extension package "chocolatey-uninstall.extension" and must be included as a dependency in this package's nuspec if used.
Copy link
Member

@ferventcoder ferventcoder May 18, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can probably already see what the issue is, but you need multiple double quotes here

@dtgm
Copy link
Contributor Author

dtgm commented May 22, 2016

Dang, I forgot to checkout to a local branch and accidentally committed this to my local master. :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants