Skip to content

Commit

Permalink
Fix hhfctl version
Browse files Browse the repository at this point in the history
  • Loading branch information
Frostman committed Oct 22, 2024
1 parent 1356251 commit ca63184
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cmd/hhfctl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ import (
vpcapi "go.githedgehog.com/fabric/api/vpc/v1beta1"
"go.githedgehog.com/fabric/pkg/hhfctl"
"go.githedgehog.com/fabric/pkg/hhfctl/inspect"
"go.githedgehog.com/fabric/pkg/version"
"k8s.io/klog/v2"
ctrl "sigs.k8s.io/controller-runtime"
)

var version = "(devel)"

func setupLogger(verbose bool) error {
logLevel := slog.LevelInfo
if verbose {
Expand Down Expand Up @@ -140,7 +139,7 @@ func main() {
app := &cli.App{
Name: appName,
Usage: usage,
Version: version,
Version: version.Version,
Suggest: true,
UseShortOptionHandling: true,
EnableBashCompletion: true,
Expand Down

0 comments on commit ca63184

Please sign in to comment.