Skip to content

Commit

Permalink
updated github_graph_commit_times_mermaidjs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
HariSekhon committed Oct 14, 2024
1 parent d6e929b commit 4f14260
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github/github_graph_commit_times_mermaidjs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ srcdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
# shellcheck disable=SC1090,SC1091
. "$srcdir/lib/github.sh"

code="git_commit_times.mmd"
data="data/git_commit_times.dat"
image="images/git_commit_times.svg"
code="git_commit_times_all_repos.mmd"
data="data/git_commit_times_all_repos.dat"
image="images/git_commit_times_all_repos.svg"

# shellcheck disable=SC2034,SC2154
usage_description="
Expand Down

0 comments on commit 4f14260

Please # to comment.