Skip to content

Commit

Permalink
address review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Akash Kumar <[email protected]>
  • Loading branch information
AkashKumar7902 committed Apr 12, 2024
1 parent 3d1187a commit 6cf8df8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
[dependencies.catalog]
name = "catalog"
full_name = "catalog_a29e3db"
version = "0.1.0"
sum = "kFmlrYJbJUFFTEXjC9cquc80WB+UpZ/6oMPKrfgyeks="
url = "https://github.com/KusionStack/catalog.git"
commit = "a29e3db"
Expand Down
2 changes: 1 addition & 1 deletion pkg/package/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type KclPkg struct {
// The dependencies in the current kcl package are the dependencies of kcl.mod.lock,
// not the dependencies in kcl.mod.
Dependencies
// minimal build list for the current kcl package.
// BuildList denotes the minimal build list for the current kcl package.
BuildList []module.Version
// The flag 'NoSumCheck' is true if the checksum of the current kcl package is not checked.
NoSumCheck bool
Expand Down

0 comments on commit 6cf8df8

Please sign in to comment.