Skip to content

Commit

Permalink
fix post-processor block
Browse files Browse the repository at this point in the history
  • Loading branch information
raynaluzier committed Jan 9, 2025
1 parent 9a56a44 commit aab60ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

var (
// Version is the main version number that is being run at the moment.
Version = "1.0.1"
Version = "1.0.2"

// VersionPrerelease is A pre-release marker for the Version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down
2 changes: 1 addition & 1 deletion post-processor/artifact_upload/post-processor_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func SetTemplate(testArtifactPath string) string {
]
}
post-provisioner "artifact-upload" {
post-processor "artifact-upload" {
source_path = "` + testArtifactPath + `"
target_path = "/test-packer-plugin"
file_suffix = "acc-test1"
Expand Down
2 changes: 1 addition & 1 deletion post-processor/update_props/post-processor_acc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func SetTemplate(testArtifactPath string) string {
]
}
post-provisioner "artifact-update-properties" {
post-processor "artifact-update-properties" {
artifact_uri = local.artifact_uri
properties = {
release = "latest-stable"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package version
import "github.com/hashicorp/packer-plugin-sdk/version"

var (
Version = "1.0.1"
Version = "1.0.2"
VersionPrerelease = "dev"
VersionMetadata = ""
PluginVersion = version.NewPluginVersion(Version, VersionPrerelease, VersionMetadata)
Expand Down

0 comments on commit aab60ed

Please sign in to comment.