Skip to content

Commit

Permalink
Merge pull request #323 from ekristen/fix-tool-create
Browse files Browse the repository at this point in the history
chore(tool/create-resource): fix import paths
  • Loading branch information
ekristen authored Sep 26, 2024
2 parents 8716a4b + b203abf commit ffa18ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/create-resource/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ import (
"github.com/aws/aws-sdk-go/service/{{.Service}}"
"github.com/ekristen/libnuke/pkg/resource"
"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/registry"
"github.com/ekristen/libnuke/pkg/types"
"github.com/ekristen/aws-nuke/pkg/nuke"
"github.com/ekristen/aws-nuke/v3/pkg/nuke"
)
const {{.Combined}}Resource = "{{.Combined}}"
Expand Down

0 comments on commit ffa18ec

Please sign in to comment.