Commit 5263958
authored
fix: mage ui target trying to change to an invalid dir (#4481)
#### What type of PR is this?
Fix broken mage target.
#### What this PR does / why we need it:
`mage ui` was reporting:
```
Error: chdir internal/lookoutui: no such file or directory
```
The yarnRun function in `magefiles/yarn.go` had an incorrect path - it
was trying to return to the wrong directory level after changing into
`internal/lookoutui`
Signed-off-by: Dejan Zele Pejchev <pejcev.dejan@gmail.com>1 parent 659dce0 commit 5263958
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
0 commit comments