Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
dont use internal for helper
Browse files Browse the repository at this point in the history
  • Loading branch information
shreddedbacon committed Mar 3, 2020
1 parent bf922f0 commit b878a02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/routemigrate_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import (
ctrl "sigs.k8s.io/controller-runtime"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/amazeeio/dioscuri/internal/helper"
"github.com/amazeeio/dioscuri/pkg/helper"
)

// RouteMigrateReconciler reconciles a RouteMigrate object
Expand Down

0 comments on commit b878a02

Please sign in to comment.