Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
cao7113 committed Jun 29, 2024
1 parent 9f91925 commit b1f9196
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/commit.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ defmodule GitCommit do
|> commit_info
end

def git_cmd_path, do: System.find_executable("git")
def git_cmd_path, do: nil
# def git_cmd_path, do: System.find_executable("git")

def commit_from_cmd(cmd_path \\ git_cmd_path()) do
[id, tm_str] =
Expand Down

0 comments on commit b1f9196

Please sign in to comment.