aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/toree_manager.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/toree_manager.py b/python/toree_manager.py
index 2784067..9f1e9d4 100644
--- a/python/toree_manager.py
+++ b/python/toree_manager.py
@@ -91,7 +91,7 @@ class ToreeManager:
config = profile.config()
command = '''
cd {} &&
- . tkarra.sh --ip {} --stdin-port {} --control-port {} --shell-port {} --iopub-port {} --heartbeat-port {} &&
+ . startrun.sh --ip {} --stdin-port {} --control-port {} --shell-port {} --iopub-port {} --heartbeat-port {} &&
exit
'''.format( \
self.configManager.get('toree.home') + "/bin", \