fix wrong skill repo branch (#505)

Co-authored-by: yrs <yuruosheng@17paipai.cn>
This commit is contained in:
Kjasn
2025-12-30 15:38:19 +08:00
committed by GitHub
parent eaddcbedd7
commit d0431b66ae
+1 -1
View File
@@ -77,7 +77,7 @@ impl Default for SkillStore {
SkillRepo {
owner: "ComposioHQ".to_string(),
name: "awesome-claude-skills".to_string(),
branch: "main".to_string(),
branch: "master".to_string(),
enabled: true,
},
SkillRepo {