Rename provider

This commit is contained in:
katexochen 2022-04-13 15:09:33 +02:00 committed by Paul Meyer
parent 4496755c64
commit dad9a97ee2
8 changed files with 12 additions and 12 deletions

View file

@ -53,7 +53,7 @@ func runCreate(cmd *cobra.Command, args []string) error {
}
func create(cmd *cobra.Command, creator cloudCreator, fileHandler file.Handler,
countCoord, countNode int, provider cloudprovider.CloudProvider, insType string,
countCoord, countNode int, provider cloudprovider.Provider, insType string,
) (retErr error) {
flags, err := parseCreateFlags(cmd)
if err != nil {