shithub: hugo

Download patch

ref: 5e83f4256279149879a8e88cb02679dd00e8da2b
parent: b376b2685a2e21961052a0946ab8a6acc076d4da
author: Robert van Gent <[email protected]>
date: Thu May 30 09:31:27 EDT 2019

deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs

--- a/deploy/deploy.go
+++ b/deploy/deploy.go
@@ -110,8 +110,6 @@
 
 // Deploy deploys the site to a target.
 func (d *Deployer) Deploy(ctx context.Context) error {
-	// TODO: This opens the root path in the bucket/container.
-	// Consider adding support for targeting a subdirectory.
 	bucket, err := d.openBucket(ctx)
 	if err != nil {
 		return err