Skip to content

Commit

Permalink
Rename local transfer plugin
Browse files Browse the repository at this point in the history
Signed-off-by: Derek McGowan <derek@mcg.dev>
  • Loading branch information
dmcgowan committed Nov 30, 2022
1 parent c387a52 commit 01bd314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/transfer/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
func init() {
plugin.Register(&plugin.Registration{
Type: plugin.TransferPlugin,
ID: "image",
ID: "local",
Requires: []plugin.Type{
plugin.LeasePlugin,
plugin.MetadataPlugin,
Expand Down

0 comments on commit 01bd314

Please sign in to comment.