refactor: unify the behavior of the steps that require sudo (#467)
This commit is contained in:
@@ -213,3 +213,7 @@ pub mod merge_strategies {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Skip causes
|
||||
// TODO: Put them in a better place when we have more of them
|
||||
pub const REQUIRE_SUDO: &str = "Require sudo or counterpart but not found, skip";
|
||||
|
||||
Reference in New Issue
Block a user