1
0
mirror of https://github.com/docker/cli.git synced 2025-08-29 00:47:54 +03:00
Commit Graph

1 Commits

Author SHA1 Message Date
Sebastiaan van Stijn
973713bc05 ReadKVEnvStrings/ReadKVStrings return nil if empty, and add tests
If no env-vars were loaded from "files", and "overrides" was nil,
the code returned an empty slice instead of a `nil` value.

Also add a test for this function, as no unit test was present yet.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2020-06-26 16:07:13 +02:00