summaryrefslogtreecommitdiffstats
path: root/crates/rebel-runner/src/ns.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/rebel-runner/src/ns.rs')
-rw-r--r--crates/rebel-runner/src/ns.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rebel-runner/src/ns.rs b/crates/rebel-runner/src/ns.rs
index 4a8e3e7..986aa80 100644
--- a/crates/rebel-runner/src/ns.rs
+++ b/crates/rebel-runner/src/ns.rs
@@ -4,7 +4,7 @@ use nix::{
unistd::{self, Gid, Pid, Uid},
};
-use common::error::*;
+use rebel_common::error::*;
use super::util::clone;