summaryrefslogtreecommitdiff
path: root/droplet.proto
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 17:12:32 -0500
committerJeff Carr <[email protected]>2024-10-22 17:12:32 -0500
commitc0c2533aaa33fc6e2fa1247c9a08de8b911475f3 (patch)
tree856492f0cedde91f3e6878fa1f14631d10c37f2d /droplet.proto
parent3a224054680758aa1871706a98ccbcd94087b6e9 (diff)
more human readable json file tests
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'droplet.proto')
-rw-r--r--droplet.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index 470d61c..5befe97 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -19,7 +19,7 @@ message Droplet {
string default_state = 11;
string preferred_hypervisor = 12;
google.protobuf.Any testany = 13;
- StorageInfo testsi = 14;
+ StorageInfo humantest = 14;
message Network {
string mac = 1;