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

Unified Diff: deploytool/cmd/luci_deploy/path.go

Issue 2584893004: luci_deploy: Enable loading "index.yaml" directly. (Closed)
Patch Set: Created 4 years 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
« no previous file with comments | « deploytool/cmd/luci_deploy/layout.go ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: deploytool/cmd/luci_deploy/path.go
diff --git a/deploytool/cmd/luci_deploy/path.go b/deploytool/cmd/luci_deploy/path.go
index 5f697f5cc5ac185a8577915fd6c18216f5013bbf..d7324977031394e6fdaedc78b3dd6ebcf9819a63 100644
--- a/deploytool/cmd/luci_deploy/path.go
+++ b/deploytool/cmd/luci_deploy/path.go
@@ -22,7 +22,7 @@ func splitSourceRelativePath(path string) []string {
return strings.Split(path, "/")
}
-// deployToNative converts the depoy tool path, path, to a native path.
+// deployToNative converts the deploy tool path, path, to a native path.
//
// base is a native base path to prepend to the generated path. If empty, the
// returned path will be relative.
« no previous file with comments | « deploytool/cmd/luci_deploy/layout.go ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698