summaryrefslogtreecommitdiffstats
path: root/helpers/path.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-11-02 08:25:20 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-11-17 11:01:46 +0100
commit2e0465764b5dacc511b977b1c9aa07324ad0ee9c (patch)
treeae5a32eb9340e4c0e78e063228821edc29037631 /helpers/path.go
parent6233ddf9d19b51f69c0c4a796d88732d1700e585 (diff)
Add multilingual multihost support
This commit adds multihost support when more than one language is configured and `baseURL` is set per language. Updates #4027
Diffstat (limited to 'helpers/path.go')
-rw-r--r--helpers/path.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/helpers/path.go b/helpers/path.go
index fccba2238..a9e2567c6 100644
--- a/helpers/path.go
+++ b/helpers/path.go
@@ -158,7 +158,6 @@ func (p *PathSpec) AbsPathify(inPath string) string {
return filepath.Clean(inPath)
}
- // TODO(bep): Consider moving workingDir to argument list
return filepath.Join(p.workingDir, inPath)
}