We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7447bd8 commit 8352c0cCopy full SHA for 8352c0c
2 files changed
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+# Change log
2
+
3
+## 1.0.0
4
5
+Copy codebase from https://github.com/UpCloudLtd/upcloud-packer
Makefile
@@ -15,6 +15,6 @@ build:
15
16
install: build
17
mkdir -p ~/.packer.d/plugins
18
- install ./packer-plugin-upcloud ~/.packer.d/plugins/
+ install ./packer-plugin-upcloud ~/.packer.d/plugins/packer-builder-upcloud
19
20
.PHONY: default test test_integration lint build install
0 commit comments