Skip to content

Commit

Permalink
Change invalid module name
Browse files Browse the repository at this point in the history
  • Loading branch information
mvshao committed Oct 1, 2024
1 parent 22e21e6 commit d8225cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hack/shoot-comparator/cmd/comparator/directories.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"log/slog"
"time"

"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/internal/directories"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/internal/directories"
"github.com/spf13/cobra"
)

Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/cmd/main.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package main

import (
"github.com/kyma-project/infrastructure-manager/tools/shoot-comparator/cmd/comparator"
"github.com/kyma-project/infrastructure-manager/hack/shoot-comparator/cmd/comparator"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion hack/shoot-comparator/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/kyma-project/infrastructure-manager/tools/shoot-comparator
module github.com/kyma-project/infrastructure-manager/hack/shoot-comparator

go 1.23.0

Expand Down

0 comments on commit d8225cf

Please sign in to comment.