Skip to content

Commit

Permalink
chore: fix clumsy error in #4805
Browse files Browse the repository at this point in the history
  • Loading branch information
edvald committed Jul 11, 2023
1 parent 26842a0 commit 56eaad5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/garden.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1395,7 +1395,6 @@ export class Garden {
if (existing) {
if (actionIsDisabled(config, this.environmentName)) {
this.log.silly(`Skipping action ${key} because it is disabled and another action with the same key exists`)
return
} else if (!actionIsDisabled(existing, this.environmentName)) {
const paths = [
existing.internal.configFilePath || existing.internal.basePath,
Expand Down

0 comments on commit 56eaad5

Please sign in to comment.