summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deploy/deploy.go2
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