mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
plugin-getter: fix typo in API mismatch error
This commit is contained in:
parent
2e2038bc30
commit
7113dea5ef
1 changed files with 1 additions and 1 deletions
|
|
@ -379,7 +379,7 @@ func (binOpts *BinaryInstallationOptions) CheckProtocolVersion(remoteProt string
|
|||
}
|
||||
|
||||
if vMinori > APIVersoinMinori {
|
||||
return fmt.Errorf("Unsupported remote protocol MINOR version %q. The supported MINOR protocol versions are version %q and bellow."+
|
||||
return fmt.Errorf("Unsupported remote protocol MINOR version %q. The supported MINOR protocol versions are version %q and below. "+
|
||||
"Please upgrade Packer or use an older version of the plugin if possible.", vMinor, binOpts.APIVersionMinor)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue