Skip to content

Update Command - Multisite shared modules are replaced by site specific #299

@yorkshire-pudding

Description

@yorkshire-pudding

This is a subtask of #111 and relates to the issue-111-update-command branch.

Steps to reproduce

  1. Download an old version of a module to the shared module folder
  2. Run bee --site=site_name update

Expected result
Module is updated in current location

Actual result
Module is deleted from shared module folder and installed in the site specific module folder.

The cause of this is using the download_bee_callback which when invoked with the site option will download to the site folder.

I think we should fix this at the same time as #297

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-branchRelates to functionality in a feature branch not in 1.x-1.xtype: bug

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions