Remove the duplicated double quote from pre-commit action#524
Conversation
It broke shell syntax to be run.
WalkthroughThis PR fixes a shell command quoting error in the cleanup step by removing an extraneous trailing quote from a variable reference, changing Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
It broke the shell syntax to be run.