summaryrefslogtreecommitdiffstats
path: root/deploy/deployConfig.go
diff options
context:
space:
mode:
authorRobert van Gent <rvangent@google.com>2019-05-03 16:38:05 -0700
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2019-05-09 22:11:23 +0200
commit5dc6d0df94076e116934c83b837e2dd416efa784 (patch)
tree024c19d48c37af56ecdaf7b0590fdda83f679c28 /deploy/deployConfig.go
parent527cf1ab03fe4746885e90a197bc25decad88f89 (diff)
deploy: Add tests; fix Windows
Diffstat (limited to 'deploy/deployConfig.go')
-rw-r--r--deploy/deployConfig.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/deploy/deployConfig.go b/deploy/deployConfig.go
index 3cfa27013..b4fa325b7 100644
--- a/deploy/deployConfig.go
+++ b/deploy/deployConfig.go
@@ -43,6 +43,7 @@ type target struct {
// a specified pattern.
type matcher struct {
// Pattern is the string pattern to match against paths.
+ // Matching is done against paths converted to use / as the path separator.
Pattern string
// CacheControl specifies caching attributes to use when serving the blob.