Skip to content

Commit

Permalink
fix: wrong (older) repo in script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonknoxdotcom committed Nov 8, 2019
1 parent 58eb2a5 commit 207a96f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import (
"flag"
"fmt"
_ "github.com/golang/glog"
"github.com/stefanprodan/kubectl-kubesec/pkg/cmd"
"github.com/controlplaneio/kubectl-kubesec/pkg/cmd"
"os"
"strings"
)
Expand Down

0 comments on commit 207a96f

Please sign in to comment.