Skip to content

Commit ac6952c

Browse files
adapt hook to naming
1 parent c9596cf commit ac6952c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/hooks/require-news-update.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! /usr/local/bin/Rscript
22
args <- system2(
33
"git",
4-
c("diff", "upstream/main", "--name-only"),
4+
c("diff", "origin/main", "--name-only"),
55
stdout = TRUE
66
)
77

0 commit comments

Comments
 (0)