This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
octodns
mirror of
https://github.com/octodns/octodns
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
52
Wiki
Activity
Browse Source
Quote variable to prevent globbing, word splitting in .git_hooks_pre-commit
pull/653/head
Peter Dave Hello
5 years ago
parent
8095f4560a
commit
0fad8fa0d9
1 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-6
.git_hooks_pre-commit
+ 6
- 6
.git_hooks_pre-commit
View File
@ -2,10 +2,10 @@
set -e
HOOKS=$(dirname $0)
GIT=$(dirname $HOOKS)
ROOT=$(dirname $GIT)
HOOKS=$(dirname
"
$0
"
)
GIT=$(dirname
"
$HOOKS
"
)
ROOT=$(dirname
"
$GIT
"
)
. $ROOT/env/bin/activate
$ROOT/script/lint
$ROOT/script/coverage
.
"
$ROOT/env/bin/activate
"
"
$ROOT/script/lint
"
"
$ROOT/script/coverage
"
Write
Preview
Loading…
Cancel
Save