fix the code

Signed-off-by: jason yang <jasonyangshadow@gmail.com>
This commit is contained in:
jason yang
2023-04-12 12:04:53 +00:00
parent 7500688f82
commit d73a6f269c

View File

@@ -55,6 +55,6 @@ func CobraRunE(vars *variables) func(cmd *cobra.Command, args []string) (err err
return
}
}
return apiprofile.ProfileSet(&set)
return apiprofile.AddProfile(&set)
}
}