changed one more Styled back to Step

pull/10603/head
Steven Powell 2021-02-26 10:18:57 -07:00
parent 6329606133
commit cf23cb12cc
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ func deleteContext(machineName string) error {
}
func deleteInvalidProfile(profile *config.Profile) []error {
out.Styled(style.DeletingHost, "Trying to delete invalid profile {{.profile}}", out.V{"profile": profile.Name})
out.Step(style.DeletingHost, "Trying to delete invalid profile {{.profile}}", out.V{"profile": profile.Name})
var errs []error
pathToProfile := config.ProfileFolderPath(profile.Name, localpath.MiniPath())