This is an automated email from the ASF dual-hosted git repository.
lfrolov pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git
The following commit(s) were added to refs/heads/develop by this push:
new 09e2a18 [DATALAB-2091]: fixed typo, added missing single quotes
09e2a18 is described below
commit 09e2a18ca2370ff3114f75542fa3188665a98589
Author: leonidfrolov <[email protected]>
AuthorDate: Wed May 12 10:12:05 2021 +0300
[DATALAB-2091]: fixed typo, added missing single quotes
---
infrastructure-provisioning/src/ssn/scripts/configure_docker.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
index 0e01725..f9ef56f 100644
--- a/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
+++ b/infrastructure-provisioning/src/ssn/scripts/configure_docker.py
@@ -64,7 +64,7 @@ def download_toree():
tarball_link =
'https://dist.apache.org/repos/dist/dev/incubator/toree/0.5.0-incubating-rc1/toree/toree-0.5.0-incubating-bin.tar.gz'
try:
conn.run('wget {}'.format(tarball_link))
- conn.run('tar -xzf toree-0.5.0-incubating-bin.tar.gz)
+ conn.run('tar -xzf toree-0.5.0-incubating-bin.tar.gz')
conn.run('mv toree-0.5.0-incubating-bin.tar.gz
{}toree_kernel.tar.gz'.format(toree_path))
conn.run('mv
./toree-0.5.0-incubating/lib/toree-assembly-0.5.0-incubating.jar
{}toree-assembly-0.5.0.jar'.format(toree_path))
except Exception as err:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]