Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(967)

Unified Diff: common/proto/milo/annotations.proto

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: address comments Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: common/proto/milo/annotations.proto
diff --git a/common/proto/milo/annotations.proto b/common/proto/milo/annotations.proto
index 65a2a3d84ee387f6899f902739a3c4e98e07e642..857b1820266aa0996b68a24c0b6e107f233c468a 100644
--- a/common/proto/milo/annotations.proto
+++ b/common/proto/milo/annotations.proto
@@ -173,7 +173,7 @@ message Progress {
int32 completed = 2;
}
-// LogdogLink is a LogDog stream link.
+// LogdogStream is a LogDog stream link.
message LogdogStream {
// The stream's server. If omitted, the server is the same server that this
// annotation stream is homed on.

Powered by Google App Engine
This is Rietveld 408576698