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:
Nalin Dahyabhai 2017-11-03 16:25:53 -04:00
parent b34d14c93d
commit a2d99a4f7d
1 changed files with 1 additions and 1 deletions

View File

@ -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"))
}