Skip to content

Commit edf806b

Browse files
committed
♻️ Synced dbin 📦 <-- config.go: forced to use nlite as the default ⌚
1 parent 1d2be10 commit edf806b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ func loadConfig() (*config, error) {
231231
}
232232

233233
for v := version - 0.1; v >= version-0.3; v -= 0.1 {
234-
url := fmt.Sprintf("https://github.com/xplshn/dbin-metadata/raw/refs/heads/master/misc/cmd/%.1f/%s%s", v, arch, ".lite.cbor.zst")
234+
url := fmt.Sprintf("https://github.com/xplshn/dbin-metadata/raw/refs/heads/master/misc/cmd/%.1f/%s%s", v, arch, ".nlite.cbor.zst")
235235
for _, repo := range cfg.Repositories {
236236
if repo.URL == url {
237237
fmt.Printf("Warning: Your config may be outdated. Your repoURL matches version: %.1f, but we're in version: %.1f\n", v, version)

0 commit comments

Comments
 (0)