Skip to content

Commit 3cca3cb

Browse files
committed
rename buildtools.json to bindown.json
1 parent cc7d5e2 commit 3cca3cb

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
File renamed without changes.

bindown_test.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func TestLoadConfig(t *testing.T) {
1414
t.Run("current format", func(t *testing.T) {
1515
dir, teardown := tmpDir(t)
1616
defer teardown()
17-
file := filepath.Join(dir, "buildtools.json")
17+
file := filepath.Join(dir, "bindown.json")
1818

1919
// language=json
2020
content := `
@@ -56,7 +56,7 @@ func TestLoadConfig(t *testing.T) {
5656
t.Run("downloaders only", func(t *testing.T) {
5757
dir, teardown := tmpDir(t)
5858
defer teardown()
59-
file := filepath.Join(dir, "buildtools.json")
59+
file := filepath.Join(dir, "bindown.json")
6060

6161
// language=json
6262
content := `

cmd/bindown/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import (
77
)
88

99
var kongVars = kong.Vars{
10-
"configfile_help": `file with tool definitions`,
11-
"configfile_default": `buildtools.json`,
10+
"configfile_help": `file with bindown config`,
11+
"configfile_default": `bindown.json`,
1212
"cellar_dir_help": `directory where downloads will be cached`,
1313
"download_help": `download a bin`,
1414
}

0 commit comments

Comments
 (0)