Skip to content

Commit

Permalink
change pkgs key to pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
femnad committed Dec 25, 2023
1 parent ad8388f commit d5b57fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entity/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ type RemotePackage struct {
}

type RemotePackageGroup struct {
Pkgs []RemotePackage `yaml:"pkgs"`
Pkgs []RemotePackage `yaml:"pkg"`
When string `yaml:"when"`
}

Expand All @@ -19,7 +19,7 @@ func (r RemotePackageGroup) RunWhen() string {
}

type PackageGroup struct {
Pkgs []string `yaml:"pkgs"`
Pkgs []string `yaml:"pkg"`
When string `yaml:"when"`
}

Expand Down

0 comments on commit d5b57fd

Please sign in to comment.