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:
@@ -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
|
||||
|
Reference in New Issue
Block a user