Skip to content

Commit ed6be1c

Browse files
authored
Replace tctl with Temporal CLI (#539)
1 parent 11f86df commit ed6be1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Temporalio/Common/WorkflowHistory.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public static WorkflowHistory FromJson(string workflowId, string json)
7070

7171
private static WorkflowHistory FromJson(string workflowId, Dictionary<string, object?> historyObj)
7272
{
73-
// Unfortunately due to enum incorrectness in UI/tctl/Go, we have to parse, alter,
73+
// Unfortunately due to enum incorrectness in UI/CLI/Go, we have to parse, alter,
7474
// serialize the altered, then deserialize again using Proto JSON
7575
HistoryJsonFixer.Fix(historyObj);
7676
var fixedJson = JsonSerializer.Serialize(historyObj);

0 commit comments

Comments
 (0)