Skip to content

Commit

Permalink
chore(version): move version package to pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bostrt committed Jun 30, 2022
1 parent a3cc5df commit f87e85f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
"github.com/openshift/provider-certification-tool/pkg/retrieve"
"github.com/openshift/provider-certification-tool/pkg/run"
"github.com/openshift/provider-certification-tool/pkg/status"
"github.com/openshift/provider-certification-tool/version"
"github.com/openshift/provider-certification-tool/pkg/version"
)

var (
Expand Down
File renamed without changes.

0 comments on commit f87e85f

Please sign in to comment.