Skip to content

Commit

Permalink
Fix formatting issue (#41)
Browse files Browse the repository at this point in the history
* Update logrus library

* Fix formatting issue
  • Loading branch information
AkshaySainiDell authored Sep 5, 2023
1 parent 7222da4 commit bd54577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/utils/k8s_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ func GetURL(version string) (string, error) {
return BinaryPrefix + version + BinarySuffix, nil
case "v1.27.0":
return BinaryPrefix + version + BinarySuffix, nil
case "v1.28.0":
return BinaryPrefix + version + BinarySuffix, nil
case "v1.28.0":
return BinaryPrefix + version + BinarySuffix, nil
default:
return "", errors.New("Unable to build URL with the given version:" + version)
}
Expand Down

0 comments on commit bd54577

Please sign in to comment.