Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-akya committed May 27, 2024
1 parent 40fa38b commit 6d20d18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/exile/process/exec.ex
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ defmodule Exile.Process.Exec do
defp normalize_cd(cd) do
case cd do
nil ->
{:ok, ''}
{:ok, ~c""}

cd when is_binary(cd) ->
if File.exists?(cd) && File.dir?(cd) do
Expand Down

0 comments on commit 6d20d18

Please sign in to comment.