Skip to content

Commit 140e13d

Browse files
committed
Updated the gendepgraph.sh script to work how it is now.
1 parent 0d6be3f commit 140e13d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/deps.png

939 KB
Loading

scripts/gendepgraph.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ if [ -n "$1" ]; then
66
out=$1
77
fi
88

9-
godepgraph -s . | sed 's/github.com\/mit-dci\/lit\///' | dot -Tpng -o $1
9+
source 'build/env.sh'
10+
godepgraph -s . | sed 's/github.com\/mit-dci\/lit\///' | dot -Tpng -o $out

0 commit comments

Comments
 (0)