Skip to content

Commit 6b213e0

Browse files
committed
Paths - rename mix_release_boot_path to tau_boot_path
1 parent 7d66ff8 commit 6b213e0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/server/ruby/bin/daemon.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -970,12 +970,12 @@ def initialize(ports, kill_switch, token)
970970
"-mode", "embedded",
971971
"-extra", "--no-halt"]
972972
else
973-
cmd = Paths.mix_release_boot_path
973+
cmd = Paths.tau_boot_path
974974
args = []
975975
end
976976
else
977977
cmd = "sh"
978-
args = [Paths.mix_release_boot_path]
978+
args = [Paths.tau_boot_path]
979979
end
980980

981981
super(cmd, args, Paths.tau_boot_log_path)

app/server/ruby/paths.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def self.ruby_path
209209
end
210210

211211

212-
def self.mix_release_boot_path
212+
def self.tau_boot_path
213213
case os
214214
when :windows
215215
File.absolute_path("#{server_path}/beam/tau/boot-win.bat")

0 commit comments

Comments
 (0)