Skip to content

Commit

Permalink
Enable --color=yes (#11)
Browse files Browse the repository at this point in the history
Fixes #10.
  • Loading branch information
simonbyrne authored Oct 3, 2022
1 parent 55bfa81 commit 6859a2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooks/command
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ if [[ "${run_tests}" == "true" ]]; then
else
PKG="\"${package}\""
fi
julia ${bugreport_args} --project=${project} -e "
julia ${bugreport_args} --color=yes --project=${project} -e "
using Pkg
# We never update the registry when running tests, we assume if you wanted this done, you'd do it in the pre-command
Expand Down

0 comments on commit 6859a2c

Please sign in to comment.