summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--droplet.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/droplet.proto b/droplet.proto
index b468226..35a8de0 100644
--- a/droplet.proto
+++ b/droplet.proto
@@ -33,7 +33,7 @@ message Droplet {
string current_hypervisor = 18; // the current hypervisor the droplet is running on
google.protobuf.Timestamp last_poll = 19; // the last time we heard anything from this droplet
string force_hypervisor = 20; // use this hypervisor and this hypervisor only
- bool local_only = 21; // this is only defined locally on the hypervisor
+ string local_only = 21; // this is only defined locally on the hypervisor
}
enum DropletState {