Skip to content

Commit

Permalink
Update host proto
Browse files Browse the repository at this point in the history
  • Loading branch information
achawla2012 committed Mar 6, 2023
1 parent 27aebc4 commit 433bf56
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/proto/host.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/proto/host.proto
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ message HostInfo {
string os_type = 5 [(gogoproto.jsontag) = "os-type"];
// Host UUID
string uuid = 6 [(gogoproto.jsontag) = "uuid"];
// The native cpu architecture queried at runtime, as returned by `uname -m` or empty string in case of error
// The native cpu architecture queried at runtime, as returned by `uname -a` or empty string in case of error
string uname = 7 [(gogoproto.jsontag) = "uname"];
// List of disk partitions
repeated DiskPartition partitons = 8 [(gogoproto.jsontag) = "disk_partitions"];
Expand Down

0 comments on commit 433bf56

Please sign in to comment.