Skip to content

Commit a9be003

Browse files
jzacshmhevery
authored andcommitted
chore(docs): get correct location for jasmine-node
1 parent ca30fce commit a9be003

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

gen_docs.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
#!/usr/bin/env bash
22

33
JASMINE_NODE='jasmine-node'
4-
if ! type -p "$JASMINE_NODE" >/dev/null 2>&1;then
5-
# Locally (npm)-installed jasmine-node
6-
local_jasmine='./node_modules/.bin/jasmine-node'
4+
local_jasmine='./node_modules/.bin/jasmine-node'
75

6+
if ! type -p "$JASMINE_NODE" >/dev/null 2>&1;then
87
if [[ -x "$local_jasmine" ]];then
98
JASMINE_NODE="$local_jasmine"
109
else

0 commit comments

Comments
 (0)