Skip to content

Commit

Permalink
Fix missing imports for command execution protos.
Browse files Browse the repository at this point in the history
  • Loading branch information
panhania authored Nov 19, 2024
1 parent 00f9640 commit 73f9e12
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions crates/rrg-proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const PROTOS: &'static [&'static str] = &[
"../../proto/rrg/os.proto",
"../../proto/rrg/startup.proto",
"../../proto/rrg/winreg.proto",
"../../proto/rrg/action/execute_signed_command.proto",
"../../proto/rrg/action/get_file_contents.proto",
"../../proto/rrg/action/get_file_hash.proto",
"../../proto/rrg/action/get_file_metadata.proto",
Expand Down
3 changes: 3 additions & 0 deletions proto/rrg/action/execute_signed_command.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ syntax = "proto3";

package rrg.action.execute_signed_command;

import "google/protobuf/duration.proto";
import "rrg/fs.proto";

message SignedCommand {
// Path to the executable file to execute.
rrg.fs.Path path = 1;
Expand Down

0 comments on commit 73f9e12

Please sign in to comment.