dimas-b commented on code in PR #2143:
URL: https://github.com/apache/polaris/pull/2143#discussion_r2219607410


##########
client/templates/regenerate.sh:
##########
@@ -20,6 +20,8 @@
 
 set -e
 
+[[ -z ${DOCKER} ]] && DOCKER="$(which podman > /dev/null && echo podman || 
echo docker)"

Review Comment:
   nit: Comments say `docker` is preferred, but this logic prefers `podman` :)



-- 
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]

Reply via email to