fix(config): correct scoop_repo help URL#6649
Conversation
|
Note Reviews pausedIt looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
WalkthroughUpdated help/comment text in ChangesConfiguration Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~1 minute 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@libexec/scoop-config.ps1`:
- Around line 36-39: Fix the typo in the help text comment: change the word
"containining" to "containing" in the comment line "# Git repository
containining scoop source code." so the help text reads "# Git repository
containing scoop source code." This keeps the existing surrounding comments and
aligns the help text with the URL change already made.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 0c5b1f99-ffbc-487e-9000-b51835d6e882
📒 Files selected for processing (1)
libexec/scoop-config.ps1
2739836 to
eee819c
Compare
✅ Actions performedReview triggered.
|
- Change http:// to https:// for better security - Fix typo in help text (containining → containing)
f707a31 to
aac2918
Compare
Summary
scoop_repodefault URL inscoop config --helpto use HTTPS instead of HTTPcontaininingtocontainingCloses #6633.
Motivation and Context
The
scoop config --helptext showed an outdated HTTP URL for the defaultscoop_repo, which did not match the actual default value. This is a help-text-only fix with no runtime behavior changes.How Has This Been Tested?
scoop config --helpand confirmed the output now shows the correct HTTPS URLChecks
developbranch.Summary by CodeRabbit
Release Notes
Bug Fixes
Documentation