Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jun 13, 2024
1 parent d653bdf commit e403a98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shell/edit/provisioning.cattle.io.cluster/rke2.vue
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ export default {
extensionProvider() {
// Note we don't use the model customProvisionerHelper here, as for create it won't be set
// Instead we create from the provider value
const extClass = this.$plugin.getDynamic('provisioner', this.provider);
const extClass = this.$plugin.getDynamic('provisioner', this.provider);
if (extClass) {
return new extClass({
Expand Down

0 comments on commit e403a98

Please sign in to comment.