Skip to content

Commit a0a069b

Browse files
committed
Rename Infinite to Indefinite
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 98047c0 commit a0a069b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/client/dispatch/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def format_line(key: str, value: str, color: str = "cyan") -> str:
131131
if dispatch.duration is not None:
132132
lines.append(format_line("Duration", str(dispatch.duration)))
133133
else:
134-
lines.append(format_line("Duration", "Infinite"))
134+
lines.append(format_line("Duration", "Indefinite"))
135135
lines.append(format_line("Target", target_str))
136136
lines.append(format_line("Active", str(dispatch.active)))
137137
lines.append(format_line("Dry Run", str(dispatch.dry_run)))

0 commit comments

Comments
 (0)