Skip to content

Commit 9cc231e

Browse files
committed
Fix ref
1 parent 342c09d commit 9cc231e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/node.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ where
161161
}
162162
println!("env_vars : {:?}", env_vars);
163163

164-
Command::new(citrea)
164+
Command::new(&citrea)
165165
.args(get_citrea_args(config))
166166
.args(extra_args.unwrap_or_default())
167167
.envs(env_vars)

0 commit comments

Comments
 (0)