Skip to content

Commit

Permalink
Updated the mdsplode exec path.
Browse files Browse the repository at this point in the history
  • Loading branch information
oubiwann committed Jan 8, 2024
1 parent 6fd2114 commit 8a19f8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/poise-svr.lfe
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
(defun SERVER () (MODULE))
(defun initial-state () #m())
(defun genserver-opts () '())
(defun bin-map () #m(exec "/Users/oubiwann/lab/oxur/mdsplode/bin/mdsplode"
;;(defun bin-map () #m(exec "/Users/oubiwann/lab/oxur/mdsplode/bin/mdsplode"
(defun bin-map () #m(exec "mdsplode"
cmd "shell"
args "--log-level debug --headless"))
(defun erlexec-opts (mgr-pid)
Expand Down

0 comments on commit 8a19f8d

Please sign in to comment.