[patch] [fix] delete report
diff --git a/patches/patch_list.py b/patches/patch_list.py
index 74eae98..812f641 100644
--- a/patches/patch_list.py
+++ b/patches/patch_list.py
@@ -245,5 +245,5 @@
"execute:webnotes.delete_doc('DocType', 'Update Delivery Date')",
"execute:webnotes.reload_doc('accounts', 'DocType Mapper', 'Purchase Order-Purchase Invoice') # 2013-07-04 3:00",
"execute:webnotes.reload_doc('accounts', 'DocType Mapper', 'Purchase Receipt-Purchase Invoice') # 2013-07-04 3:00",
- "execute: webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')",
+ "execute:webnotes.delete_doc('Report', 'Sales Orders Pending To Be Delivered')",
]