Skip to content

Commit d1df983

Browse files
committed
second line also has || true; more debug
1 parent 8ec52c6 commit d1df983

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/setup.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ function initialize {
2525
# any user environment settings.
2626
# So, we ignore this error for now, as functionally the asciigraph still is installed and works for Eco-CI
2727
go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest || true
28-
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph)
28+
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph) || true
29+
echo $ascii_graph_path
2930
fi
3031

3132
# check for gcc

0 commit comments

Comments
 (0)