Skip to content

Commit 1162f35

Browse files
build: pipeline action working
1 parent 0c88289 commit 1162f35

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-
var x
27+
2828
if err != nil {
2929
return nil, err
3030
}

0 commit comments

Comments
 (0)