mirror of
https://github.com/rancher/rke.git
synced 2025-09-01 06:56:29 +00:00
fix-up cluster/cluster.go main.go spelling-mistake
This commit is contained in:
committed by
Alena Prokharchyk
parent
079b743ad6
commit
11c49ae59f
2
main.go
2
main.go
@@ -14,7 +14,7 @@ import (
|
||||
"github.com/urfave/cli"
|
||||
)
|
||||
|
||||
// VERSION gets overriden at build time using -X main.VERSION=$VERSION
|
||||
// VERSION gets overridden at build time using -X main.VERSION=$VERSION
|
||||
var VERSION = "dev"
|
||||
var released = regexp.MustCompile(`^v[0-9]+\.[0-9]+\.[0-9]+$`)
|
||||
var proxyEnvVars = [3]string{"HTTP_PROXY", "HTTPS_PROXY", "NO_PROXY"}
|
||||
|
Reference in New Issue
Block a user