Skip to content

Commit 93b43bb

Browse files
committed
Updat ewill fix #58
1 parent eb75d99 commit 93b43bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AzureDevOps.WorkItemClone.ConsoleUI/Commands/WorkItemCloneCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ await AnsiConsole.Progress()
9696
task1.Increment(result.processed);
9797
await Task.Delay(250);
9898
}
99-
task1.Description = $"[bold]Stage 1[/]: Load Template Items ({result.loadingFrom})";
99+
task1.Description = $"[bold]Stage 1+2[/]: Load Template Items ({result.loadingFrom})";
100100
task1.Increment(1);
101101
}
102102
task1.StopTask();

0 commit comments

Comments
 (0)