|
|
@@ -24,8 +24,7 @@ type PorterHelper struct {
|
|
|
func NewPorterHelper(debug bool) (*PorterHelper, error) {
|
|
|
ctx := context.Background()
|
|
|
|
|
|
- // get the current project ID
|
|
|
- cliConfig, err := config.InitAndLoadConfig(ctx, "", config.CLIConfig{})
|
|
|
+ cliConfig, _, err := config.InitAndLoadConfig(ctx, "", config.CLIConfig{})
|
|
|
if err != nil {
|
|
|
return nil, fmt.Errorf("error loading porter config: %w", err)
|
|
|
}
|