summaryrefslogtreecommitdiffstats
path: root/func/overlord/cmd_modules/call.py
diff options
context:
space:
mode:
Diffstat (limited to 'func/overlord/cmd_modules/call.py')
-rw-r--r--func/overlord/cmd_modules/call.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/func/overlord/cmd_modules/call.py b/func/overlord/cmd_modules/call.py
index bb9a61e..53db70e 100644
--- a/func/overlord/cmd_modules/call.py
+++ b/func/overlord/cmd_modules/call.py
@@ -122,6 +122,8 @@ class Call(base_command.BaseCommand):
self.interactive = False
+ self.async = self.options.async
+ self.forks = self.options.forks
self.server_spec = self.parentCommand.server_spec
self.getOverlord()