martin-g opened a new pull request, #2120:
URL: https://github.com/apache/datafusion-sqlparser-rs/pull/2120

   While testing the 0.60,0 RC2 release I noticed the following at the end of 
the logs:
   ```
   find -iname Cargo.toml
   find: illegal option -- i
   usage: find [-H | -L | -P] [-EXdsx] [-f path] path ... [expression]
          find [-H | -L | -P] [-EXdsx] -f path [path ...] [expression]
   ```
   
   The reason is the missing `.` before the arguments. 
   
https://github.com/martin-g/datafusion-sqlparser-rs/blob/5a3b63bf419ff80e6acdb0b3bbdbcf664083f1d5/dev/release/verify-release-candidate.sh#L75
 does it correctly


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

Reply via email to