Skip to content

Commit

Permalink
debug output for go install step
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-mm committed Sep 28, 2023
1 parent 41fa73b commit f8d127c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ function initialize {
if [[ $install_go == true ]]; then
go install github.com/guptarohit/asciigraph/cmd/asciigraph@latest
ascii_graph_path=$(go list -f '{{.Target}}' github.com/guptarohit/asciigraph/cmd/asciigraph)
echo "ascii_graph_path: $ascii_graph_path"
fi

# check for gcc
Expand Down

0 comments on commit f8d127c

Please sign in to comment.