Skip to content

Commit

Permalink
Remove unused k3sversion
Browse files Browse the repository at this point in the history
Signed-off-by: Kaan Karakaya <yusufkaan142@gmail.com>
  • Loading branch information
TheYkk authored and alexellis committed Mar 9, 2020
1 parent e900006 commit cf96105
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ import (
"path"
)

// K3sVersion default version
const K3sVersion = "v1.17.3+k3s1"

func GetUserDir() string {
home := os.Getenv("HOME")
root := fmt.Sprintf("%s/.arkade/", home)
Expand Down

0 comments on commit cf96105

Please sign in to comment.