Skip to content

Commit

Permalink
remote packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jakthom committed Oct 30, 2024
1 parent 2831c7e commit ebe09b5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/herculesPackage/package.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ import (
"github.com/jakthom/hercules/pkg/metrics"
"github.com/jakthom/hercules/pkg/source"
herculestypes "github.com/jakthom/hercules/pkg/types"
"github.com/jakthom/hercules/pkg/util"
"github.com/rs/zerolog/log"
"sigs.k8s.io/yaml"
)
Expand Down Expand Up @@ -94,7 +93,6 @@ func (p *PackageConfig) GetPackage() (Package, error) {
// If package is local, load it from file
pkg, err = p.getFromFile()
}
util.Pprint(pkg)
if err != nil {
log.Debug().Stack().Err(err).Msg("could not load package from location " + p.Package)
return Package{}, err
Expand Down

0 comments on commit ebe09b5

Please sign in to comment.