Commit dd54298
authored
[plugins] Always create plugin dir (#858)
## Summary
We were not creating the plugin dir if there were no files in it but the
redis plugin depends on the directory existing. Solution is to always
create directory.
Fixes #856
## How was it tested?
```
devbox add redis
devbox services start redis
```1 parent 73ca55d commit dd54298
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
52 | 57 | | |
53 | 58 | | |
54 | 59 | | |
| |||
0 commit comments