mirror of
https://github.com/docker/cli.git
synced 2026-01-13 18:22:35 +03:00
Removed the error return from the `ParseRepositoryInfo` function. There are no validation steps inside `ParseRepositoryInfo` which could cause an error, so we always returned a nil error. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>