mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-08-04 11:43:57 +08:00
fix wrong skill repo branch (#505)
Co-authored-by: yrs <yuruosheng@17paipai.cn>
This commit is contained in:
@@ -77,7 +77,7 @@ impl Default for SkillStore {
|
|||||||
SkillRepo {
|
SkillRepo {
|
||||||
owner: "ComposioHQ".to_string(),
|
owner: "ComposioHQ".to_string(),
|
||||||
name: "awesome-claude-skills".to_string(),
|
name: "awesome-claude-skills".to_string(),
|
||||||
branch: "main".to_string(),
|
branch: "master".to_string(),
|
||||||
enabled: true,
|
enabled: true,
|
||||||
},
|
},
|
||||||
SkillRepo {
|
SkillRepo {
|
||||||
|
|||||||
Reference in New Issue
Block a user