mirror of https://github.com/containers/image.git
Stub out the right transport name for storage
We never did rename the containers-storage: transport, but the stub thought that we had. Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
parent
b34d14c93d
commit
a2d99a4f7d
|
|
@ -5,5 +5,5 @@ package alltransports
|
|||
import "github.com/containers/image/transports"
|
||||
|
||||
func init() {
|
||||
transports.Register(transports.NewStubTransport("storage"))
|
||||
transports.Register(transports.NewStubTransport("containers-storage"))
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue