mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-14 09:45:34 -04:00
fix: small formating/spelling issues (#1965)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
3a7bb52560
commit
e139eff552
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue