Skip to content

Commit b9dbe55

Browse files
authored
Update info.go
1 parent 932a16a commit b9dbe55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

handlers/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func MakeInfoHandler(version, sha string) http.HandlerFunc {
2828
infoResponse := typesv1.ProviderInfo{
2929
Orchestration: OrchestrationIdentifier,
3030
Name: ProviderName,
31-
Version:= typesv1.VersionInfo{
31+
Version: &typesv1.VersionInfo{
3232
Release: version,
3333
SHA: sha,
3434
},

0 commit comments

Comments
 (0)