fix file name
This commit is contained in:
parent
5c0344d7df
commit
82d6a3685e
1 changed files with 1 additions and 1 deletions
|
|
@ -168,5 +168,5 @@ func writeOriginMeta(targetDir, registryName, slug, version string) error {
|
|||
return err
|
||||
}
|
||||
|
||||
return os.WriteFile(filepath.Join(targetDir, ".clawhub-origin.json"), data, 0644)
|
||||
return os.WriteFile(filepath.Join(targetDir, ".skill-origin.json"), data, 0644)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue