File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ func TestLoadConfig(t *testing.T) {
14
14
t .Run ("current format" , func (t * testing.T ) {
15
15
dir , teardown := tmpDir (t )
16
16
defer teardown ()
17
- file := filepath .Join (dir , "buildtools .json" )
17
+ file := filepath .Join (dir , "bindown .json" )
18
18
19
19
// language=json
20
20
content := `
@@ -56,7 +56,7 @@ func TestLoadConfig(t *testing.T) {
56
56
t .Run ("downloaders only" , func (t * testing.T ) {
57
57
dir , teardown := tmpDir (t )
58
58
defer teardown ()
59
- file := filepath .Join (dir , "buildtools .json" )
59
+ file := filepath .Join (dir , "bindown .json" )
60
60
61
61
// language=json
62
62
content := `
Original file line number Diff line number Diff line change 7
7
)
8
8
9
9
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` ,
12
12
"cellar_dir_help" : `directory where downloads will be cached` ,
13
13
"download_help" : `download a bin` ,
14
14
}
You can’t perform that action at this time.
0 commit comments