summaryrefslogtreecommitdiff
path: root/system/tls/devcerts.go
diff options
context:
space:
mode:
authorSteve Manuel <nilslice@gmail.com>2016-12-27 11:08:15 -0800
committerSteve Manuel <nilslice@gmail.com>2016-12-27 11:08:15 -0800
commitca2e25ed54e18ff392b9be8a76ead76b22370fdd (patch)
tree5caff23a6140d98d57d49223877ea6ffd80a1506 /system/tls/devcerts.go
parent13e4352d8721700b5114b5643446cbe9449ccbbe (diff)
updated vendored system path for tls certs
Diffstat (limited to 'system/tls/devcerts.go')
-rw-r--r--system/tls/devcerts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/tls/devcerts.go b/system/tls/devcerts.go
index d6250a1..683f459 100644
--- a/system/tls/devcerts.go
+++ b/system/tls/devcerts.go
@@ -117,7 +117,7 @@ func setupDev() {
log.Fatalln("Couldn't find working directory to locate or save dev certificates:", err)
}
- vendorTLSPath := filepath.Join(pwd, "cmd", "ponzu", "vendor", "ponzu-cms", "ponzu", "system", "tls")
+ vendorTLSPath := filepath.Join(pwd, "cmd", "ponzu", "vendor", "github.com", "ponzu-cms", "ponzu", "system", "tls")
devcertsPath := filepath.Join(vendorTLSPath, "devcerts")
fmt.Println(devcertsPath)