This is an automated email from the ASF dual-hosted git repository.
omartushevskyi pushed a commit to branch EPMCDLAB-1186
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/EPMCDLAB-1186 by this push:
new 7d6f24b fixed typo
7d6f24b is described below
commit 7d6f24b891d63abcb84ba1ed65538008253fd8df
Author: Oleh Martushevskyi <[email protected]>
AuthorDate: Wed Feb 20 13:27:05 2019 +0200
fixed typo
---
infrastructure-provisioning/src/general/lib/os/fab.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/infrastructure-provisioning/src/general/lib/os/fab.py
b/infrastructure-provisioning/src/general/lib/os/fab.py
index 80df48c..ecbcfe3 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -505,7 +505,7 @@ def add_breeze_library_local(os_user):
jars_dir = '/opt/jars/'
sudo('mkdir -p {}'.format(breeze_tmp_dir))
if os.environ['local_repository_enabled'] == 'True':
- sudo('wget {3}breeze_{0}-{1}.jar -O
{2}breeze_{0}-{1}.jar'.format(
+ sudo('wget {3}/breeze_{0}-{1}.jar -O
{2}breeze_{0}-{1}.jar'.format(
'2.11', '0.12', breeze_tmp_dir,
os.environ['local_repository_packages_repo']))
sudo('wget {3}/breeze-natives_{0}-{1}.jar -O '
'{2}breeze-natives_{0}-{1}.jar'.format('2.11', '0.12',
breeze_tmp_dir,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]