Skip to content

Commit

Permalink
update module name
Browse files Browse the repository at this point in the history
  • Loading branch information
JosueMolinaMorales committed Aug 14, 2024
1 parent 2b4efd0 commit c150db7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/command/validate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"strings"

"github.com/factoryci/factory"
"github.com/factorycicd/factory"
"github.com/hashicorp/hcl/v2"
)

Expand Down
2 changes: 1 addition & 1 deletion cmd/cli/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"path/filepath"
"runtime"

"github.com/factoryci/factory/cmd/cli/command"
"github.com/factorycicd/factory/cmd/cli/command"
"github.com/mitchellh/cli"
)

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/factoryci/factory
module github.com/factorycicd/factory

go 1.20

Expand Down

0 comments on commit c150db7

Please sign in to comment.