Skip to content

Commit

Permalink
fix: fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
some-things committed Aug 20, 2024
1 parent a7e0b86 commit 5765f64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/konvoy-image-wrapper/cmd/create-package-bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ func (r *Runner) CreatePackageBundle(args []string) error {
&subscriptionManagerFlag,
"skip-subscription-manager",
false,
//nolint:lll // it is ok to have long help texts
"If enabled, skips authenticating with subscription-manager and fetching from the pre-configured official RHEL repositories when creating RHEL package bundles. Disabled by default.",
)
flagSet.StringVar(
Expand Down Expand Up @@ -177,6 +178,7 @@ func (r *Runner) CreatePackageBundle(args []string) error {
}
}
if eusReposFlag {
//nolint:goconst // it is ok to not use const here
r.env["EUS_REPOS"] = "true"
}
if satelliteFlag != "" {
Expand Down

0 comments on commit 5765f64

Please sign in to comment.