Skip to content

Commit

Permalink
fix providerAzurePipelines in main.go (#84)
Browse files Browse the repository at this point in the history
Fixing the Azure-Pipelines const variable
  • Loading branch information
manjunathb4461 authored Feb 3, 2021
1 parent 177bef7 commit 06856ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const (
providerGitLab = "GitLab-CI"
providerJenkinsX = "Jenkins-X"
providerGoogleCloudBuild = "Google-Cloud-Build"
providerAzurePipelines = "Azure-Piplines"
providerAzurePipelines = "Azure-Pipelines"
providerGitHubActions = "GitHub-Actions"
providerBitbucketPipelines = "Bitbucket-Pipelines"
)
Expand Down

0 comments on commit 06856ef

Please sign in to comment.