Skip to content

Commit

Permalink
fix: renamed duplicate action file to fix duplicate file name error
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael-goetz committed Jan 4, 2025
1 parent 1a4dc42 commit aff7355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/rust/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::io::Result;
fn main() -> Result<()> {
let proto = &[
// aquila
"action.proto",
"action_communication.proto",
"action_execute.proto",
// sagittarius
"action.proto",
Expand Down
File renamed without changes.

0 comments on commit aff7355

Please sign in to comment.