Commit c1f0aad0 authored by John Davis's avatar John Davis
Browse files

Fix typo

parent 4c1c8e22
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -201,7 +201,7 @@ class WorkflowsManager(sharable.SharableModelManager, deletable.DeletableManager
                            query = query.filter(model.StoredWorkflow.published == true())
                        elif q == "deleted":
                            query = query.filter(model.StoredWorkflow.deleted == true())
                            show_deleted = true
                            show_deleted = True
                        elif q == "shared_with_me":
                            if not show_shared:
                                message = "Can only use tag is:shared_with_me if show_shared parameter also true."