Skip to content

Commit 8c140e2

Browse files
authored
fix(providerplugin): typo (#120)
Signed-off-by: Jan Schoone <6106846+jschoone@users.noreply.github.com>
1 parent ff295ba commit 8c140e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/providerplugin/providerplugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ func CreateNodeImages(config *clusterstack.CsctlConfig, clusterStackPath, cluste
5555
return err
5656
}
5757
if !needed {
58-
fmt.Printf("No provider specifig configuration in csctl.yaml. No need to call a plugin for provider %q\n",
58+
fmt.Printf("No provider specific configuration in csctl.yaml. No need to call a plugin for provider %q\n",
5959
config.Config.Provider.Type)
6060
return nil
6161
}

0 commit comments

Comments
 (0)