hugo

Unnamed repository; edit this file 'description' to name the repository.

git clone git://git.shimmy1996.com/hugo.git
commit 5e83f4256279149879a8e88cb02679dd00e8da2b
parent b376b2685a2e21961052a0946ab8a6acc076d4da
Author: Robert van Gent <rvangent@google.com>
Date:   Thu, 30 May 2019 13:31:27 -0700

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

Diffstat:
Mdeploy/deploy.go | 2--
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/deploy/deploy.go b/deploy/deploy.go
@@ -110,8 +110,6 @@ func (d *Deployer) openBucket(ctx context.Context) (*blob.Bucket, error) {
 
 // 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