Skip to content

Commit

Permalink
Update info.go
Browse files Browse the repository at this point in the history
  • Loading branch information
yannip1234 authored Feb 2, 2022
1 parent 932a16a commit b9dbe55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func MakeInfoHandler(version, sha string) http.HandlerFunc {
infoResponse := typesv1.ProviderInfo{
Orchestration: OrchestrationIdentifier,
Name: ProviderName,
Version:= typesv1.VersionInfo{
Version: &typesv1.VersionInfo{
Release: version,
SHA: sha,
},
Expand Down

0 comments on commit b9dbe55

Please # to comment.