Skip to content

Commit

Permalink
[Fixes #2] Scope creep: last rename fix
Browse files Browse the repository at this point in the history
  • Loading branch information
michalfita committed Dec 26, 2023
1 parent 084e6c9 commit 6d20747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/artifact.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ package builder

import "os"

// Artifact represents the image produced by packer-builder-arm
// Artifact represents the image produced by packer-plugin-cross
type Artifact struct {
image string
}

// BuilderId returns builder ID
func (a *Artifact) BuilderId() string { //nolint:all
return "builder-arm"
return "plugin-cross"
}

// Files returns list of images (in that case just one) built
Expand Down

0 comments on commit 6d20747

Please sign in to comment.