Skip to content

Commit

Permalink
symantic logs + tests snapshots updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Listener430 committed Feb 20, 2025
1 parent 8aa6d97 commit d426f3d
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 157 deletions.
3 changes: 2 additions & 1 deletion internal/exec/vendor_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (

"github.com/bmatcuk/doublestar/v4"
tea "github.com/charmbracelet/bubbletea"
l "github.com/charmbracelet/log"
cp "github.com/otiai10/copy"
"github.com/samber/lo"
"github.com/spf13/cobra"
Expand Down Expand Up @@ -634,7 +635,7 @@ func generateSkipFunction(atmosConfig schema.AtmosConfiguration, tempDir string,
}

// If 'included_paths' is not provided, include all files that were not excluded
u.LogTrace(fmt.Sprintf("Including '%s'\n", u.TrimBasePathFromPath(tempDir+"/", src)))
l.Debug("Including ", "file", u.TrimBasePathFromPath(tempDir+"/", src))
return false, nil
}
}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d426f3d

Please sign in to comment.