You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@datalab.apache.org by lf...@apache.org on 2020/12/18 10:42:55 UTC

[incubator-datalab] branch DATALAB-2091 updated: [DATALAB-2091]: changed prefix to Oo

This is an automated email from the ASF dual-hosted git repository.

lfrolov pushed a commit to branch DATALAB-2091
in repository https://gitbox.apache.org/repos/asf/incubator-datalab.git


The following commit(s) were added to refs/heads/DATALAB-2091 by this push:
     new f655e62  [DATALAB-2091]: changed prefix to Oo
f655e62 is described below

commit f655e624d715e927816fb1c6b7bed48237541011
Author: leonidfrolov <fr...@gmail.com>
AuthorDate: Fri Dec 18 12:42:38 2020 +0200

    [DATALAB-2091]: changed prefix to Oo
---
 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 0d99831..9623f36 100644
--- a/infrastructure-provisioning/src/general/lib/os/fab.py
+++ b/infrastructure-provisioning/src/general/lib/os/fab.py
@@ -611,7 +611,7 @@ def install_ungit(os_user, notebook_name, edge_ip):
             run('git config --global user.name "Example User"')
             run('git config --global user.email "example@example.com"')
             run('mkdir -p ~/.git/templates/hooks')
-            put('/root/scripts/git_pre_commit.py', '~/.git/templates/hooks/pre-commit', mode=0755)
+            put('/root/scripts/git_pre_commit.py', '~/.git/templates/hooks/pre-commit', mode=0o755)
             run('git config --global init.templatedir ~/.git/templates')
             run('touch ~/.gitignore')
             run('git config --global core.excludesfile ~/.gitignore')


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@datalab.apache.org
For additional commands, e-mail: commits-help@datalab.apache.org