You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: conditionally import unused modules on Windows
Make std::fs, std::process::Command, and tracing macros (debug, info)
conditional with #[cfg(unix)] to avoid unused import warnings on Windows
where the OpenTofu installer returns early.
Co-authored-by: josecelano <58816+josecelano@users.noreply.github.com>
0 commit comments