Skip to content

Commit 3c94b3a

Browse files
Fix go vet error
1 parent 8d88833 commit 3c94b3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/tiger/cmd/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -847,7 +847,7 @@ func waitForServiceReady(client *api.ClientWithResponses, projectID, serviceID s
847847
case "FAILED", "ERROR":
848848
return service.Status, fmt.Errorf("service creation failed with status: %s", status)
849849
default:
850-
spinner.update(fmt.Sprintf("Service status: %s", status))
850+
spinner.update("Service status: %s", status)
851851
}
852852
}
853853
}

0 commit comments

Comments
 (0)