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

use . instead of source [SC2039]

This commit is contained in:
Nicolas KAROLAK
2017-10-16 18:49:28 +02:00
parent 7f2c292f5a
commit d2e1aafa85

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