ci(dev_script): fix patches vm.args path
Fixes the path to the patches directory so it works with `quickrun`. Before fix: ``` iex(emqx@127.0.0.1)3> :init.get_arguments() [ # ... pa: ['"_build/dev-run/emqx/data/patches"'], # ... ] ``` After fix: ``` iex(emqx@127.0.0.1)1> :init.get_arguments() [ # ... pa: ['_build/dev-run/emqx/data/patches'], # ... ] ```
This commit is contained in:
parent
bf62cdc3e3
commit
2ee1317ca0
Loading…
Reference in New Issue