fix(config): correct scoop_repo help URL#6649
fix(config): correct scoop_repo help URL#6649B67687 wants to merge 1 commit intoScoopInstaller:developfrom
Conversation
WalkthroughThe pull request updates help/comment text in Changes
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
- Change http:// to https:// for better security - Fix typo in help text (containining → containing)
2739836 to
eee819c
Compare
✅ Actions performedReview triggered.
|
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.