diff --git a/src/stack/arion.rs b/src/stack/arion.rs index 918e9f3..677748e 100644 --- a/src/stack/arion.rs +++ b/src/stack/arion.rs @@ -17,6 +17,7 @@ pub(super) async fn run( action: StackCommand, ) -> Result { let output = Command::new(arion_bin) + .uid(0) .args(action.command()) .current_dir(path) .output()