Skip to content

Commit bc0e592

Browse files
committed
fix: use protocol not proto on ips
1 parent fa00c98 commit bc0e592

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

akash/resource_deployment.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ func extractServicesFromLeaseStatus(leaseStatus types.LeaseStatus) []map[string]
438438
ip["port"] = value.Port
439439
ip["ip"] = value.IP
440440
ip["external_port"] = value.ExternalPort
441-
ip["proto"] = value.Protocol
441+
ip["protocol"] = value.Protocol
442442
serviceIPs = append(serviceIPs, ip)
443443
}
444444
service["ips"] = serviceIPs

0 commit comments

Comments
 (0)