Skip to content

Commit

Permalink
forgot library name
Browse files Browse the repository at this point in the history
  • Loading branch information
ZephyrTFA committed Jul 12, 2024
1 parent b123c6c commit e9b78ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmsrc/git.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
* Defaults to returning %F which is YYYY-MM-DD
*/
/proc/rustg_git_commit_date(rev, format = "%F")
return RUSTG_CALL("rg_git_commit_date")(rev, format)
return RUSTG_CALL(RUST_G, "rg_git_commit_date")(rev, format)

0 comments on commit e9b78ca

Please sign in to comment.