mirror of
https://github.com/containers/podman.git
synced 2025-06-11 01:58:37 +08:00
storage: fix typo
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -384,7 +384,7 @@ func (config *CreateConfig) getMounts() (map[string]spec.Mount, map[string]*libp
|
|||||||
}
|
}
|
||||||
finalNamedVolumes[volume.Dest] = volume
|
finalNamedVolumes[volume.Dest] = volume
|
||||||
default:
|
default:
|
||||||
return nil, nil, errors.Errorf("invalid fylesystem type %q", kv[1])
|
return nil, nil, errors.Errorf("invalid filesystem type %q", kv[1])
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user