1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Move ssh package from internal to pkg

This commit is contained in:
Hidde Beydals
2020-06-08 13:44:51 +02:00
parent a332e12338
commit 2dfe88b82d
3 changed files with 25 additions and 6 deletions

View File

@@ -19,7 +19,7 @@ import (
"k8s.io/apimachinery/pkg/util/wait"
"sigs.k8s.io/controller-runtime/pkg/client"
"github.com/fluxcd/toolkit/internal/ssh"
"github.com/fluxcd/toolkit/pkg/ssh"
)
var createSourceGitCmd = &cobra.Command{