Skip to content

Commit

Permalink
Merge pull request #13 from RickCraig/url-update-update
Browse files Browse the repository at this point in the history
Add https to the hostname
  • Loading branch information
RickCraig authored Mar 31, 2023
2 parents 9267ee6 + 8f28d83 commit b4e5d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (

const (
// DefaultConnectHostname is the default connect hostname
DefaultConnectHostname = "jira-ci.harness.io"
DefaultConnectHostname = "https://jira-ci.harness.io"
)

// Args provides plugin execution arguments.
Expand Down

0 comments on commit b4e5d0e

Please sign in to comment.