Skip to content

Commit e637b60

Browse files
committed
Fix box names, ignore boxfiles.
1 parent e81874f commit e637b60

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
packer_cache
2-
output*
2+
output*
3+
*.box

devfort-boxes.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"post-processors": [
114114
{
115115
"type": "vagrant",
116-
"output": "{{.Provider}}.box"
116+
"output": "{{ .BuildName }}-{{.Provider}}.box"
117117
}
118118
],
119119
"provisioners": [

0 commit comments

Comments
 (0)