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: missing space causing printing error on azuredevops #988

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

naoufalzerai
Copy link
Contributor

Pull Request

Description:

I have identified a missing space that is causing a printing error on Azure DevOps. In the original file output\azuredevops.go, the message is ##vso[task.logissuetype=warning] without a space. My fix is to add a space, resulting in ##vso[task.logissue type=warning]. This should resolve the printing error on Azure DevOps.

github

Changes proposed in this pull request:

  • Corrected the typo in output\azuredevops.go

Copy link
Member

@boranx boranx left a comment

Choose a reason for hiding this comment

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

nice catch, lgtm
Thanks for the contribution! 🎉

@naoufalzerai naoufalzerai reopened this Aug 8, 2024
@boranx boranx merged commit 56d742d into open-policy-agent:master Aug 8, 2024
9 checks passed
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