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

Fix plugin-check cmd for provisioner only plugins #88

Merged
merged 1 commit into from
Nov 11, 2021

Conversation

nywilken
Copy link
Contributor

Before change

~>  packer-sdc plugin-check packer-plugin-puppet
2021/11/11 14:06:49 this plugin defines no component.

After Change

~>   packer-sdc plugin-check packer-plugin-puppet && echo $?
0

Before change
```
~>  packer-sdc plugin-check packer-plugin-puppet
2021/11/11 14:06:49 this plugin defines no component.
```

After Change
```
~>   packer-sdc plugin-check packer-plugin-puppet && echo $?
0
```
@nywilken nywilken requested a review from a team as a code owner November 11, 2021 19:13
@nywilken nywilken merged commit a49f047 into main Nov 11, 2021
@nywilken nywilken deleted the fix-provisioners-plugin-check branch November 11, 2021 19:20
@nywilken nywilken restored the fix-provisioners-plugin-check branch November 11, 2021 19:24
@azr azr deleted the fix-provisioners-plugin-check branch November 15, 2021 15:11
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.

1 participant