Skip to content

Commit

Permalink
nitpick: move agent.proto at root proto folder
Browse files Browse the repository at this point in the history
Signed-off-by: Matéo Fernandez <[email protected]>
  • Loading branch information
mfernd committed Apr 25, 2024
1 parent c2b7c34 commit 4b1f128
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/agent/build.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn main() -> Result<(), Box<dyn std::error::Error>> {
tonic_build::compile_protos("../proto/agent.proto")?;
tonic_build::compile_protos("../../proto/agent.proto")?;
Ok(())
}

0 comments on commit 4b1f128

Please sign in to comment.