Browse Source

use . instead of source [SC2039]

pull/124/head
Nicolas KAROLAK 8 years ago
parent
commit
d2e1aafa85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .git_hooks_pre-commit

+ 1
- 1
.git_hooks_pre-commit View File

@ -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

Loading…
Cancel
Save