Skip to content

Commit

Permalink
updated to latest type names
Browse files Browse the repository at this point in the history
  • Loading branch information
yannip1234 authored Feb 2, 2022
1 parent 16b24ad commit 6877e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions handlers/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ func MakeInfoHandler(version, sha string) http.HandlerFunc {

infoResponse := typesv1.ProviderInfo{
Orchestration: OrchestrationIdentifier,
Provider: ProviderName,
Version: typesv1.ProviderVersion{
Name: ProviderName,
Version: typesv1.VersionInfo{
Release: version,
SHA: sha,
},
Expand Down

0 comments on commit 6877e6c

Please # to comment.