Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cekk committed Apr 10, 2024
1 parent 823c996 commit 89b1d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/redturtle/volto/upgrades.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,4 +507,4 @@ def to_4305(context):
installer = get_installer(portal, portal.REQUEST)
installer.uninstall_product(product_id="collective.volto.cookieconsent")
if not installer.is_product_installed("collective.volto.gdprcookie"):
installer.install_(product_id="collective.volto.gdprcookie")
installer.install_product(product_id="collective.volto.gdprcookie")

0 comments on commit 89b1d01

Please sign in to comment.