mirror of
https://github.com/containers/podman.git
synced 2025-12-01 18:49:18 +08:00
Fix up errors found by codespell
Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -41,7 +41,7 @@ func init() {
|
||||
|
||||
func autoUpdate(cmd *cobra.Command, args []string) error {
|
||||
if len(args) > 0 {
|
||||
// Backwards compat. System tests expext this error string.
|
||||
// Backwards compat. System tests expect this error string.
|
||||
return errors.Errorf("`%s` takes no arguments", cmd.CommandPath())
|
||||
}
|
||||
report, failures := registry.ContainerEngine().AutoUpdate(registry.GetContext(), autoUpdateOptions)
|
||||
|
||||
Reference in New Issue
Block a user