We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766af52 commit 2dde81eCopy full SHA for 2dde81e
test/e2e-runner/src/windows/scenarios/installation.rs
@@ -36,7 +36,7 @@ pub fn test_installation(args: Args) {
36
thread::sleep(Duration::from_secs(10));
37
38
// We need to clean up the resources after showing the logs.
39
- // Otherwise, the logs file get removed before we can print them.
+ // Otherwise, log files get removed before we can print them.
40
// Remember that Drop is called in the reverse order of creation.
41
let _clean_ac = CleanAcOnDrop::from(SERVICE_NAME);
42
let _show_logs = ShowLogsOnDrop::from(windows::DEFAULT_LOG_PATH);
0 commit comments