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:
@@ -6,6 +6,6 @@ HOOKS=`dirname $0`
|
|||||||
GIT=`dirname $HOOKS`
|
GIT=`dirname $HOOKS`
|
||||||
ROOT=`dirname $GIT`
|
ROOT=`dirname $GIT`
|
||||||
|
|
||||||
source $ROOT/env/bin/activate
|
. $ROOT/env/bin/activate
|
||||||
$ROOT/script/lint
|
$ROOT/script/lint
|
||||||
$ROOT/script/test
|
$ROOT/script/test
|
||||||
|
|||||||
Reference in New Issue
Block a user