Skip to content

Commit 4b96bc5

Browse files
committed
test: Use NULL in renv/activate.R
1 parent e8b564f commit 4b96bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renv/activate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ local({
33

44
# the requested version of renv
55
version <- "1.0.3"
6-
attr(version, "sha") <- "1.0.3"
6+
attr(version, "sha") <- NULL
77

88
# the project directory
99
project <- getwd()

0 commit comments

Comments
 (0)