mirror of
https://github.com/containers/podman.git
synced 2025-09-19 00:56:15 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@ -126,7 +126,7 @@ func encodeMultiAuthConfigs(authConfigs map[string]types.DockerAuthConfig) (stri
|
||||
// one or more container registries. If tmpDir is empty, the system's default
|
||||
// TMPDIR will be used.
|
||||
func authConfigsToAuthFile(authConfigs map[string]types.DockerAuthConfig) (string, error) {
|
||||
// Intitialize an empty temporary JSON file.
|
||||
// Initialize an empty temporary JSON file.
|
||||
tmpFile, err := ioutil.TempFile("", "auth.json.")
|
||||
if err != nil {
|
||||
return "", err
|
||||
|
Reference in New Issue
Block a user