Skip to content

Commit

Permalink
fix change detection
Browse files Browse the repository at this point in the history
  • Loading branch information
szkiba committed Oct 8, 2024
1 parent 4b38122 commit 206652e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/registry/registry.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ func (reg Registry) AddLatest(modules Modules) bool {

for _, ext := range reg {
if _, found := modulesAsMap[ext.Module]; !found {
panic("ok")
return true
}
}

Expand Down
2 changes: 1 addition & 1 deletion releases/v0.1.6.md → releases/v0.1.7.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
🎉 k6dist `v0.1.6` is here!
🎉 k6dist `v0.1.7` is here!

**Fix detection of new extensions**

Expand Down

0 comments on commit 206652e

Please sign in to comment.