fix: small formating/spelling issues (#1965)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2023-06-26 08:34:37 +02:00 committed by GitHub
parent 3a7bb52560
commit e139eff552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ func configMigrate(cmd *cobra.Command, configPath string, handler file.Handler)
switch cfgVersion.Version {
case config.Version3:
cmd.Printf("Config already at version %s, nothing to do", config.Version3)
cmd.Printf("Config already at version %s, nothing to do\n", config.Version3)
return nil
case migration.Version2:
if err := migration.V2ToV3(configPath, handler); err != nil {