Revert "fix: Use sudo for login when using rechunk"

This reverts commit 185a34f86b.
This commit is contained in:
Gerald Pinder 2025-03-26 14:36:30 -04:00
parent bd22b77430
commit 4b15468c3d
7 changed files with 9 additions and 20 deletions

View file

@ -327,8 +327,8 @@ impl BuildDriver for Driver {
impl_build_driver!(push(opts))
}
fn login(privileged: bool) -> Result<()> {
impl_build_driver!(login(privileged))
fn login() -> Result<()> {
impl_build_driver!(login())
}
#[cfg(feature = "prune")]