Skip to content

Commit

Permalink
Move stub provider back to public scope (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
chr12c authored Dec 18, 2024
1 parent 1cfeb3e commit f14774e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion argo/providers/stub/cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package main

import (
. "github.com/sky-uk/kfp-operator/argo/providers/base"
stub "github.com/sky-uk/kfp-operator/argo/providers/stub/internal"
"github.com/sky-uk/kfp-operator/argo/providers/stub"
)

func main() {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package internal
package stub

import (
"context"
Expand Down

0 comments on commit f14774e

Please sign in to comment.