Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Nov 13, 2024
1 parent 8a7337d commit 47bb19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/package_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ func copyPackageAllFiles(targetTmpDir string, opts PackageCreateOpts) error {
type PackageCreateOpts struct {
PID string
FilterRoots []string
FilterFile string
FilterRootExcludes []string
ContentPath string
FilterFile string
FilterMode string
ContentPath string
}

func (pm *PackageManager) Create(opts PackageCreateOpts) (string, error) {
Expand Down

0 comments on commit 47bb19e

Please sign in to comment.