From: Robert van Gent Date: Thu, 30 May 2019 20:31:27 +0000 (-0700) Subject: deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs X-Git-Tag: v0.56.0~47 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=5e83f4256279149879a8e88cb02679dd00e8da2b;p=brevno-suite%2Fhugo deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs --- diff --git a/deploy/deploy.go b/deploy/deploy.go index 40c49c2e..e8341061 100644 --- 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