Skip to content

Commit

Permalink
build: Add missing /v2/ to imports
Browse files Browse the repository at this point in the history
I broke the build by pushing too hastily a PR made before the /v2/
changes :-/
  • Loading branch information
cfergeau authored and praveenkumar committed Sep 29, 2023
1 parent 5cc6a32 commit 02e1f69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crc/config/callbacks.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ import (
"fmt"
"path/filepath"

"github.com/crc-org/crc/pkg/crc/constants"
"github.com/crc-org/crc/pkg/os"
"github.com/crc-org/crc/v2/pkg/crc/constants"
"github.com/crc-org/crc/v2/pkg/os"
"github.com/spf13/cast"
)

Expand Down

0 comments on commit 02e1f69

Please sign in to comment.