We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56ed338 commit 29e05eeCopy full SHA for 29e05ee
1 file changed
internal/cli/skills.go
@@ -322,10 +322,10 @@ func runSkillsUpdate(_ *cli) error {
322
323
now := time.Now()
324
updatedLock := &skills.Lock{
325
- Repo: skillsPluginRepo,
326
- Ref: skillsPluginRef,
327
- CommitSHA: commitSHA,
328
- InstalledAt: func() time.Time {
+ Repo: skillsPluginRepo,
+ Ref: skillsPluginRef,
+ CommitSHA: commitSHA,
+ InstalledAt: func() time.Time {
329
if lock != nil {
330
return lock.InstalledAt
331
}
0 commit comments