diff options
author | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-25 16:31:53 -0400 |
---|---|---|
committer | Daniel J Walsh <dwalsh@redhat.com> | 2022-08-25 16:32:31 -0400 |
commit | 9553f3bafad264367a8a642a17239c0d87c18090 (patch) | |
tree | c359692a1ce8971a63fd9e3a3cf84e2f7b9176fd /pkg/machine/config.go | |
parent | bb7ae54ef70fb7af401aee3ff20000ae60854e09 (diff) | |
download | podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.gz podman-9553f3bafad264367a8a642a17239c0d87c18090.tar.bz2 podman-9553f3bafad264367a8a642a17239c0d87c18090.zip |
Run codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'pkg/machine/config.go')
-rw-r--r-- | pkg/machine/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/machine/config.go b/pkg/machine/config.go index 5162006db..54aa9e1b7 100644 --- a/pkg/machine/config.go +++ b/pkg/machine/config.go @@ -175,7 +175,7 @@ func (rc RemoteConnectionType) MakeSSHURL(host, path, port, userName string) url return uri } -// GetCacheDir returns the dir where VM images are downladed into when pulled +// GetCacheDir returns the dir where VM images are downloaded into when pulled func GetCacheDir(vmType string) (string, error) { dataDir, err := GetDataDir(vmType) if err != nil { |