Skip to content

Commit

Permalink
Fix proto doc
Browse files Browse the repository at this point in the history
  • Loading branch information
abaranec committed Jan 7, 2025
1 parent bd5a609 commit 9cde73b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ message ExecuteCommandRequest {
reserved 2;//if script sessions get a ticket, we will use this reserved tag
string code = 3;

// If set to `true` the command will be executed systemically. Failures in systemic code
// If set to `EXECUTE_SYSTEMIC` the command will be executed systemically. Failures in systemic code
// are treated as important failures and cause the server to shut down.
// If this is unset it is treated as `false`
// If this is unset it is treated as `EXECUTE_NOT_SYSTEMIC`
optional SystemicType systemic = 4;
}

Expand Down

0 comments on commit 9cde73b

Please sign in to comment.