Skip to content

Commit 2dde81e

Browse files
chore: typo
1 parent 766af52 commit 2dde81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e-runner/src/windows/scenarios/installation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ pub fn test_installation(args: Args) {
3636
thread::sleep(Duration::from_secs(10));
3737

3838
// We need to clean up the resources after showing the logs.
39-
// Otherwise, the logs file get removed before we can print them.
39+
// Otherwise, log files get removed before we can print them.
4040
// Remember that Drop is called in the reverse order of creation.
4141
let _clean_ac = CleanAcOnDrop::from(SERVICE_NAME);
4242
let _show_logs = ShowLogsOnDrop::from(windows::DEFAULT_LOG_PATH);

0 commit comments

Comments
 (0)