Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac committed Jul 10, 2024
1 parent cf48d99 commit 817cfd7
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 @@ -435,7 +435,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 817cfd7

Please sign in to comment.