mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-05 16:35:45 +00:00
the `podman save` command was failing on windows due to the use of a colon between the drive letter and first directory. the check was intended for Linux and not windows. Fixes #15247 [NO NEW TESTS NEEDED] Signed-off-by: Brent Baude <bbaude@redhat.com>
5 lines
76 B
Go
5 lines
76 B
Go
package parse
|
|
|
|
func ValidateFileName(filename string) error {
|
|
return nil
|
|
}
|