aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuciano Resende <lresende@apache.org>2017-01-17 22:52:11 -0800
committerLuciano Resende <lresende@apache.org>2017-01-17 22:52:11 -0800
commit4bb04ad258ab487e4321c81bf1da864186eb84c3 (patch)
treee1b7ee67ee6d659f81e8109b6103c0eba6ecf046
parent88da39c7713b36b2b9dfe4ce88cba1aeabd9064d (diff)
downloadtoree-gateway-4bb04ad258ab487e4321c81bf1da864186eb84c3.tar.gz
toree-gateway-4bb04ad258ab487e4321c81bf1da864186eb84c3.tar.bz2
toree-gateway-4bb04ad258ab487e4321c81bf1da864186eb84c3.zip
Fix kernel artifacts location
-rw-r--r--kernel.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.json b/kernel.json
index ab8bb74..1a7e342 100644
--- a/kernel.json
+++ b/kernel.json
@@ -5,7 +5,7 @@
"display_name": "Toree Gateway Kernel",
"argv": [
"python",
- "/opt/toree_gateway/python/toree_gateway_kernel.py",
+ "/opt/toree-gateway/python/toree-gateway-kernel.py",
"-f",
"{connection_file}"
],