mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-05 16:57:51 +08:00
chore: fix some comments (#2918)
This commit is contained in:
@@ -10,7 +10,7 @@ import (
|
||||
const MinVersion = "v0.17.0"
|
||||
|
||||
// IsVersionCompatible checks that the version passed is compabtible (>=) with MinVersion
|
||||
func IsVersionComptatible(ver string) bool {
|
||||
func IsVersionCompatible(ver string) bool {
|
||||
// during dev, assume developers know what they are doing
|
||||
if ver == "dev" {
|
||||
return true
|
||||
|
Reference in New Issue
Block a user