Skip to content

Commit

Permalink
Fix harvester repo check
Browse files Browse the repository at this point in the history
Signed-off-by: Francesco Torchia <[email protected]>
  • Loading branch information
torchiaf committed Oct 31, 2024
1 parent bc963dc commit a8e9313
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export default {
...mapGetters({ uiplugins: 'uiplugins/plugins' }),
harvesterRepo() {
return this.clusterrepos?.find((c) => c.name === HARVESTER_REPO);
return this.clusterrepos?.find((c) => c.spec?.gitRepo?.includes(HARVESTER_REPO));
},
harvesterExtension() {
Expand Down

0 comments on commit a8e9313

Please sign in to comment.