Skip to content

Commit

Permalink
vfkit: Use 0.0.2 prerelease
Browse files Browse the repository at this point in the history
This commit switches to using an unofficial vfkit prerelease with file
sharing support, this will ease testing.
  • Loading branch information
cfergeau committed Jul 26, 2022
1 parent 6230307 commit dec67b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/crc/machine/vfkit/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ import (
)

const (
VfkitVersion = "0.0.1"
VfkitVersion = "0.0.2-dev"
VfkitCommand = "vfkit"
)

var (
VfkitDownloadURL = fmt.Sprintf("https://github.com/code-ready/vfkit/releases/download/v%s/%s", VfkitVersion, VfkitCommand)
VfkitDownloadURL = fmt.Sprintf("https://github.com/cfergeau/vfkit/releases/download/v%s/%s", VfkitVersion, VfkitCommand)
)

0 comments on commit dec67b4

Please sign in to comment.