diff options
author | Robert van Gent <[email protected]> | 2019-05-30 13:31:27 -0700 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2019-05-30 22:42:44 +0200 |
commit | 5e83f4256279149879a8e88cb02679dd00e8da2b (patch) | |
tree | 531597cfedff2727e47f403c08aee75ee5ca74f2 /deploy | |
parent | b376b2685a2e21961052a0946ab8a6acc076d4da (diff) | |
download | hugo-5e83f4256279149879a8e88cb02679dd00e8da2b.tar.gz hugo-5e83f4256279149879a8e88cb02679dd00e8da2b.zip |
deploy: remove TODO comment about subfolders; handled by GoCDK blob URLs
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/deploy.go | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/deploy/deploy.go b/deploy/deploy.go index 40c49c2e5..e83410618 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 |