epugh commented on code in PR #1951:
URL: https://github.com/apache/solr/pull/1951#discussion_r1335003243
##########
solr/bin/solr:
##########
@@ -1017,7 +991,7 @@ if [[ "$SCRIPT_CMD" == "package" ]]; then
esac
done
fi
- run_package "$@"
+ run_tool package "$@"
Review Comment:
thank you! This has been on my backlog for a while to fix... I think
you can delete `run_package` now too!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]