armbian-resize-filesystem: fix typo $rootdev → $diskdev in do_expand_partition#9702
armbian-resize-filesystem: fix typo $rootdev → $diskdev in do_expand_partition#9702iav wants to merge 1 commit intoarmbian:mainfrom
Conversation
$rootdev is undefined in do_expand_partition; should be $diskdev. Fixes armbian#9594 Assisted-by: Claude:claude-opus-4-7
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA bug fix corrects an undefined variable reference in the Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
✅ This PR has been reviewed and approved — all set for merge! |
Typo fix:
$rootdevis undefined indo_expand_partition— should be$diskdev.Fixes #9594
Summary by CodeRabbit