Skip to content

Commit

Permalink
Fixed up status updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mcasperson committed Aug 21, 2024
1 parent 37f4914 commit b55379b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/steps/start_project_export.go
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ func (s StartProjectExportStep) serializeProjects(filteredProjects []*projects2.
}

serializeIndex := 0
statusCallback("🔵 __ 1. Serialize Project runbooks (" + fmt.Sprint(serializeIndex) + "/" + fmt.Sprint(len(tasks)) + ")")
statusCallback("🔵 Started running the __ 1. Serialize Project runbooks (" + fmt.Sprint(serializeIndex) + "/" + fmt.Sprint(len(tasks)) + ")")
for _, task := range tasks {
if err := infrastructure.WaitForTask(s.State, task.Value, func(message string) {
statusCallback("🔵 __ 1. Serialize Project for project " + task.Name + " is " + message + " (" + fmt.Sprint(serializeIndex) + "/" + fmt.Sprint(len(tasks)) + ")")
Expand Down

0 comments on commit b55379b

Please sign in to comment.