We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6117c8b + 615c89a commit 00892a8Copy full SHA for 00892a8
1 file changed
src/main.rs
@@ -114,7 +114,9 @@ async fn main() -> Result<()> {
114
];
115
116
if record_hostinfo {
117
- println!("Collecting information about the current host as part of locally-generated preinstall report.");
+ println!(
118
+ "Collecting information about the current host as part of locally-generated preinstall report."
119
+ );
120
println!("The information collected will remain on this host.");
121
groups.push(Box::new(SystemRecorder::new(host_executor.clone())));
122
}
0 commit comments