Skip to content

Commit c7c1378

Browse files
Quote interpolated path when launching server in fish launch script (#1010)
Co-authored-by: Piotr Osiewicz <piotr@zed.dev>
1 parent d2eb6f3 commit c7c1378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/launch.fish

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ end
8686

8787
set erl_opts (string join ' ' -- $erl_opts)
8888

89-
eval elixir $elixir_opts --erl \"$erl_opts \" "$scriptpath/launch.exs"
89+
eval elixir $elixir_opts --erl \"$erl_opts \" \"$scriptpath/launch.exs\"

0 commit comments

Comments
 (0)