Skip to content

Commit

Permalink
Fix jira cloud URL
Browse files Browse the repository at this point in the history
  • Loading branch information
sunspinx authored and richardbizik committed Jun 29, 2023
1 parent 8b44d9e commit ab22617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/command/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ func initConfig() {
// url
if cfgJiraUrl != "" {
viper.Set("jira-url", cfgJiraUrl)
if strings.Contains(cfgJiraUrl, "atlassian.com") {
if strings.Contains(cfgJiraUrl, "atlassian.net") {
cfgJiraCloud = true
} else {
cfgJiraCloud = false
Expand Down

0 comments on commit ab22617

Please sign in to comment.