Skip to content

Commit 8e0ff2d

Browse files
authored
Update comment in _final_warning (archlinux#4086)
Device paths are no longer mentioned as of adbadbf.
1 parent cec29d1 commit 8e0ff2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

archinstall/lib/disk/filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def _lvm_vol_handle_e2scrub(self, vol_gp: LvmVolumeGroup) -> None:
328328

329329
def _final_warning(self) -> bool:
330330
# Issue a final warning before we continue with something un-revertable.
331-
# We mention the drive one last time, and count from 5 to 0.
331+
# We count down from 5 to 0.
332332
out = tr('Starting device modifications in ')
333333
Tui.print(out, row=0, endl='', clear_screen=True)
334334

0 commit comments

Comments
 (0)