Skip to content

Commit

Permalink
forgot ctrl
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Slootmaekers committed Mar 28, 2011
1 parent 36d60bc commit 2d136e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctrl/nodes.ml
@@ -1,7 +1,7 @@
(* of course, this will only work on the right OS ;) *)

module Node = struct
let exec = "./main.native"
let exec = "./arakoon.native"
let names = ["arakoon_0";"arakoon_1";"arakoon_2"]
let cfg_name = (Unix.getcwd()) ^ "/cfg/arakoon.ini"

Expand Down

0 comments on commit 2d136e2

Please sign in to comment.