Skip to content

Commit

Permalink
fix: module import path
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Ege <[email protected]>
  • Loading branch information
graugans committed Apr 13, 2024
1 parent 0ab7a05 commit 85b3949
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ovp8xx/cmd/waitforonline.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"fmt"
"time"

"github.com/graugans/go-ovp8xx/pkg/ovp8xx"
"github.com/graugans/go-ovp8xx/v2/pkg/ovp8xx"
"github.com/spf13/cobra"
)

Expand Down

0 comments on commit 85b3949

Please sign in to comment.