Skip to content

Commit 237bdf6

Browse files
typo fix (#213)
1 parent d3d56ef commit 237bdf6

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.release/ci.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Copyright (c) HashiCorp, Inc.
22
# SPDX-License-Identifier: MPL-2.0
33

4-
schema = "1"
4+
schema = "2"
55

66
project "packer-plugin-docker" {
77
team = "#proj-packer-releases"

.release/packer-plugin-docker-artifacts.hcl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,5 @@ artifacts {
2424
"packer-plugin-docker_${version}_solaris_amd64.zip",
2525
"packer-plugin-docker_${version}_windows_386.zip",
2626
"packer-plugin-docker_${version}_windows_amd64.zip",
27-
]
27+
]
28+
}

0 commit comments

Comments
 (0)