Skip to content

Commit daf19ef

Browse files
jeremyschlattermergify[bot]
authored andcommitted
fix incorrect user explanation
See previous commit: 0997908 print the various steps
1 parent f99d120 commit daf19ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nixos-anywhere.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ nohup sh -c '${maybe_reboot}' >/dev/null &
521521
SSH
522522

523523
if [[ -n ${maybe_reboot} ]]; then
524-
step Waiting for the machine to become reachable again
524+
step Waiting for the machine to become unreachable due to reboot
525525
while timeout_ssh_ -- exit 0; do sleep 1; done
526526
fi
527527

0 commit comments

Comments
 (0)