Skip to content

Commit

Permalink
update warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft authored Nov 15, 2023
1 parent 0bb00c0 commit 53b52a1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -127,11 +127,7 @@ func LimaVersionSupported() error {
}

if parts[0] == "HEAD" {
version := parts[0]
if len(parts) > 1 {
version = parts[1]
}
logrus.Warnf("to avoid compatibility issues, ensure lima development version (%s) in use is not lower than %s", version, limaVersion)
logrus.Warnf("to avoid compatibility issues, ensure lima development version (%s) in use is not lower than %s", values.Version, limaVersion)
return nil
}

Expand Down

0 comments on commit 53b52a1

Please sign in to comment.