Skip to content

Commit c8f109d

Browse files
[autofix.ci] apply automated fixes
1 parent 7ef0127 commit c8f109d

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

internal/exec/yaml_func_store_test.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@ package exec
22

33
import (
44
"fmt"
5-
"github.com/charmbracelet/log"
65
"os"
76
"testing"
87

8+
"github.com/charmbracelet/log"
9+
910
"github.com/alicebob/miniredis/v2"
1011
"github.com/stretchr/testify/assert"
1112
"github.com/stretchr/testify/require"

internal/exec/yaml_func_terraform_output_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestYamlFuncTerraformOutput(t *testing.T) {
6868
ProcessFunctions: true,
6969
}
7070

71-
//log.Infof("%+v", info)
71+
// log.Infof("%+v", info)
7272
err = ExecuteTerraform(info)
7373
if err != nil {
7474
t.Fatalf("Failed to execute 'ExecuteTerraform': %v", err)

pkg/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func InitCliConfig(configAndStacksInfo schema.ConfigAndStacksInfo, processStacks
2929
}
3030
atmosConfig := *DefaultConfigHandler.atmosConfig
3131

32-
//processAtmosConfigs(&configAndStacksInfo)
32+
// processAtmosConfigs(&configAndStacksInfo)
3333
// Process the base path specified in the Terraform provider (which calls into the atmos code)
3434
// This overrides all other atmos base path configs (`atmos.yaml`, ENV var `ATMOS_BASE_PATH`)
3535
if configAndStacksInfo.AtmosBasePath != "" {

0 commit comments

Comments
 (0)