Rename local transfer plugin
Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
parent
c387a52051
commit
01bd314b1d
@ -30,7 +30,7 @@ import (
|
|||||||
func init() {
|
func init() {
|
||||||
plugin.Register(&plugin.Registration{
|
plugin.Register(&plugin.Registration{
|
||||||
Type: plugin.TransferPlugin,
|
Type: plugin.TransferPlugin,
|
||||||
ID: "image",
|
ID: "local",
|
||||||
Requires: []plugin.Type{
|
Requires: []plugin.Type{
|
||||||
plugin.LeasePlugin,
|
plugin.LeasePlugin,
|
||||||
plugin.MetadataPlugin,
|
plugin.MetadataPlugin,
|
||||||
|
Loading…
Reference in New Issue
Block a user