From d2e1aafa8588ba8023e3c04a5785ecd3c3effd1d Mon Sep 17 00:00:00 2001 From: Nicolas KAROLAK Date: Mon, 16 Oct 2017 18:49:28 +0200 Subject: [PATCH] use . instead of source [SC2039] --- .git_hooks_pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.git_hooks_pre-commit b/.git_hooks_pre-commit index 9cb854a..c17906b 100755 --- a/.git_hooks_pre-commit +++ b/.git_hooks_pre-commit @@ -6,6 +6,6 @@ HOOKS=`dirname $0` GIT=`dirname $HOOKS` ROOT=`dirname $GIT` -source $ROOT/env/bin/activate +. $ROOT/env/bin/activate $ROOT/script/lint $ROOT/script/test