File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ func TestI18N(t *testing.T) {
2323func prepareConfigForCLI (cliConfigContent string ) core_config.Repository {
2424 ioutil .WriteFile ("config.json" , []byte (cliConfigContent ), 0644 )
2525 ioutil .WriteFile ("cf_config.json" , []byte ("" ), 0644 )
26- return core_config .NewCoreConfigFromPath ("cf_config.json" , " config.json" , func (err error ) {
26+ return core_config .NewCoreConfigFromPath ("config.json" , func (err error ) {
2727 fmt .Printf ("prepareConfigForCLI() Error: %v" , err )
2828 })
2929}
Original file line number Diff line number Diff line change 4141 "QuotaID" : " "
4242 },
4343 "LoginAt" : " 0001-01-01T00:00:00Z" ,
44- "CFEETargeted" : false ,
45- "CFEEEnvID" : " " ,
4644 "PluginRepos" : null ,
4745 "SSLDisabled" : false ,
4846 "Locale" : " " ,
5755 "UsageStatsDisabled" : false ,
5856 "UsageStatsEnabled" : false ,
5957 "UsageStatsEnabledLastUpdate" : " 0001-01-01T00:00:00Z" ,
60- "SDKVersion" : " 1.3 .0" ,
58+ "SDKVersion" : " 1.4 .0" ,
6159 "UpdateCheckInterval" : 0 ,
6260 "UpdateRetryCheckInterval" : 0 ,
6361 "UpdateNotificationInterval" : 0 ,
You can’t perform that action at this time.
0 commit comments