mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
plugin-getter: fix docs for Installation
The comments weren't capitalised correctly, and the directory example included the `packer-plugin-' prefix, which should not be the case in reality.
This commit is contained in:
parent
4cda3b64ac
commit
2af3ff0e72
1 changed files with 3 additions and 4 deletions
|
|
@ -207,13 +207,12 @@ func (l InstallList) String() string {
|
|||
|
||||
// Installation describes a plugin installation
|
||||
type Installation struct {
|
||||
// path to where binary is installed, if installed.
|
||||
// Ex: /usr/azr/.packer.d/plugins/github.com/hashicorp/packer-plugin-amazon/packer-plugin-amazon_v1.2.3_darwin_amd64
|
||||
// Path to where binary is installed.
|
||||
// Ex: /usr/azr/.packer.d/plugins/github.com/hashicorp/amazon/packer-plugin-amazon_v1.2.3_darwin_amd64
|
||||
BinaryPath string
|
||||
|
||||
// Version of this plugin, if installed and versionned. Ex:
|
||||
// Version of this plugin. Ex:
|
||||
// * v1.2.3 for packer-plugin-amazon_v1.2.3_darwin_x5
|
||||
// * empty for packer-plugin-amazon
|
||||
Version string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue