mirror of
https://github.com/containers/skopeo.git
synced 2025-09-27 21:16:23 +00:00
fix(deps): update module github.com/containers/image/v5 to v5.25.0
Signed-off-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
2
vendor/github.com/containers/storage/drivers/driver_solaris.go
generated
vendored
2
vendor/github.com/containers/storage/drivers/driver_solaris.go
generated
vendored
@@ -78,7 +78,7 @@ func (c *defaultChecker) IsMounted(path string) bool {
|
||||
}
|
||||
|
||||
// Mounted checks if the given path is mounted as the fs type
|
||||
//Solaris supports only ZFS for now
|
||||
// Solaris supports only ZFS for now
|
||||
func Mounted(fsType FsMagic, mountPath string) (bool, error) {
|
||||
|
||||
cs := C.CString(filepath.Dir(mountPath))
|
||||
|
Reference in New Issue
Block a user