Skip to content

Commit 0c88289

Browse files
build: failure test
1 parent d792eaf commit 0c88289

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/filesystem/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ func exists(path string) (bool, error) {
2424

2525
func LoadDevlocalConfig() (*config.DevlocalConfigYaml, error) {
2626
data, err := os.ReadFile(filepath.Join(config.PROJECT_ROOT, config.CONFIG_FILE_NAME))
27-
27+
var x
2828
if err != nil {
2929
return nil, err
3030
}

0 commit comments

Comments
 (0)