Skip to content

Commit 1ee8550

Browse files
don't need to quote
1 parent a78c258 commit 1ee8550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/release.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ release_complete <- function(ask = TRUE, is_cran = ask, tag = NULL) {
9595
sys_call("git", glue::glue("push origin {tag}"))
9696
}
9797
fs::file_move("renv.lock", ".renv.lock")
98-
precommit::autoupdate() # only updates if tag is on the main branch
98+
autoupdate() # only updates if tag is on the main branch
9999
fs::file_move(".renv.lock", "renv.lock")
100100
desc::desc_bump_version("dev")
101101
cli::cli_alert_success("Bumped version to dev")

0 commit comments

Comments
 (0)