Skip to content

Commit

Permalink
fix: run plugin direct validation
Browse files Browse the repository at this point in the history
  • Loading branch information
23doors committed Jun 16, 2022
1 parent 5a2e97a commit 34fd54b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/config/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ func (a *BasicApp) Check(cfg *Project) error {
}

a.runPlugin = plug
a.AppRun.Plugin = plug.Name
a.AppRun.Plugin = runPlugin

for k, need := range a.Needs {
if need.dep.deployPlugin != a.deployPlugin {
Expand Down

0 comments on commit 34fd54b

Please sign in to comment.