Skip to content

Commit

Permalink
Paths - rename mix_release_boot_path to tau_boot_path
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Dec 2, 2022
1 parent 7d66ff8 commit 6b213e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/server/ruby/bin/daemon.rb
Original file line number Diff line number Diff line change
Expand Up @@ -970,12 +970,12 @@ def initialize(ports, kill_switch, token)
"-mode", "embedded",
"-extra", "--no-halt"]
else
cmd = Paths.mix_release_boot_path
cmd = Paths.tau_boot_path
args = []
end
else
cmd = "sh"
args = [Paths.mix_release_boot_path]
args = [Paths.tau_boot_path]
end

super(cmd, args, Paths.tau_boot_log_path)
Expand Down
2 changes: 1 addition & 1 deletion app/server/ruby/paths.rb
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def self.ruby_path
end


def self.mix_release_boot_path
def self.tau_boot_path
case os
when :windows
File.absolute_path("#{server_path}/beam/tau/boot-win.bat")
Expand Down

0 comments on commit 6b213e0

Please sign in to comment.