From a653ee2917085d3add7d800078fe6931909240e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bj=C3=B6rn=20Gr=C3=BCning?= <bjoern@gruenings.eu>
Date: Fri, 31 May 2019 15:20:29 +0200
Subject: [PATCH] using queued_condor

---
 docs/job_managers.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/job_managers.rst b/docs/job_managers.rst
index ae2803c3..3e79b62d 100644
--- a/docs/job_managers.rst
+++ b/docs/job_managers.rst
@@ -86,7 +86,7 @@ Condor_ can also be used as a backend.
 
     managers:
       _default_:
-        type: queued_drmaa
+        type: queued_condor
         # Optional attributes...
         submit_universe: vanilla
         submit_request_memory: 32
-- 
GitLab