Skip to content

Commit

Permalink
TEST
Browse files Browse the repository at this point in the history
Signed-off-by: zongzhe <zongzhe1024@163.com>
  • Loading branch information
zong-zhe committed Nov 19, 2024
1 parent 6baad09 commit 6d18b8a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/package/modfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ func (profile *Profile) IntoKclOptions() *kcl.Option {

if profile.Entries != nil {
for _, entry := range *profile.Entries {
fmt.Printf("entry: %v\n", entry)
ext := filepath.Ext(entry)
if ext == ".yaml" {
opts.Merge(kcl.WithSettings(entry))
Expand Down

0 comments on commit 6d18b8a

Please sign in to comment.