chore: typo

This commit is contained in:
Ankush Menat 2023-05-31 16:31:58 +05:30 committed by GitHub
parent e78a7de1e5
commit bb67cc03df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,5 +5,5 @@ def execute():
for ws in ["Retail", "Utilities"]:
frappe.delete_doc_if_exists("Workspace", ws)
for ws in ["Integration", "Settings"]:
for ws in ["Integrations", "Settings"]:
frappe.db.set_value("Workspace", ws, "public", 0)