1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Merge pull request #124 from nikaro/fix-pre-commit-hook

use . instead of source [SC2039]
This commit is contained in:
Ross McFarland
2017-10-16 10:24:58 -07:00
committed by GitHub

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