Skip to content

Commit

Permalink
update ref commit hash tag
Browse files Browse the repository at this point in the history
  • Loading branch information
weberse2 committed Jan 8, 2025
1 parent 70a0eae commit 505171b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/make-ds.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make_internal_ds <- function() {
calibration_meta["MD5"] <- vals["MD5"]

pkg_create_date <- Sys.time()
pkg_sha <- "d192e15"
pkg_sha <- "3437e3d"

if (gsub("\\$", "", pkg_sha) == "Format:%h") {
pkg_sha <- system("git rev-parse --short HEAD", intern=TRUE)
Expand Down

0 comments on commit 505171b

Please sign in to comment.