Update core-zero import client

This commit is contained in:
Joe Kralicky 2024-10-01 14:10:49 -04:00
parent 35e4b782ea
commit bf4c2beba8
No known key found for this signature in database
GPG key ID: 75C4875F34A9FB79

View file

@ -88,6 +88,7 @@ func BuildImportCmd() *cobra.Command {
cmd.Printf("✔ %s\n", msg)
}
}
cmd.Println("\nImport successful, return to your browser to continue setup.")
return nil
},
}