Skip to content

Commit eee819c

Browse files
committed
fix(config): correct scoop_repo help URL
- Change http:// to https:// for better security - Fix typo in help text (containining → containing)
1 parent a7a7d34 commit eee819c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

libexec/scoop-config.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
# no_junction: $true|$false
3434
# The 'current' version alias will not be used. Shims and shortcuts will point to specific version instead.
3535
#
36-
# scoop_repo: http://github.com/ScoopInstaller/Scoop
37-
# Git repository containining scoop source code.
36+
# scoop_repo: https://github.com/ScoopInstaller/Scoop
37+
# Git repository containing scoop source code.
3838
# This configuration is useful for custom forks.
3939
#
4040
# scoop_branch: master|develop

0 commit comments

Comments
 (0)