Skip to content

Commit

Permalink
Merge pull request #79 from ibm-avocados/pathname-fix2
Browse files Browse the repository at this point in the history
fixed more paths
  • Loading branch information
jjasghar committed Aug 27, 2021
2 parents 841c2cf + 05813e4 commit b01d839
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cmd/kubeadmin/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"log"

"github.com/moficodes/ibmcloud-kubernetes-admin/pkg/infra/ibmcloud"
"github.com/moficodes/ibmcloud-kubernetes-admin/pkg/router/kubeadmin"
"github.com/ibm-avocados/ibmcloud-kubernetes-admin/pkg/infra/ibmcloud"
"github.com/ibm-avocados/ibmcloud-kubernetes-admin/pkg/router/kubeadmin"

_ "github.com/joho/godotenv/autoload"
)
Expand Down
4 changes: 2 additions & 2 deletions pkg/vcs/github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ import (
"os"
"strings"

"github.com/moficodes/ibmcloud-kubernetes-admin/pkg/vcs"
"github.com/ibm-avocados/ibmcloud-kubernetes-admin/pkg/vcs"

"github.com/moficodes/ibmcloud-kubernetes-admin/pkg/notification"
"github.com/ibm-avocados/ibmcloud-kubernetes-admin/pkg/notification"
)

func CreateComment(comment vcs.GithubIssueComment) error {
Expand Down

0 comments on commit b01d839

Please sign in to comment.