Skip to content

Commit 5e91e26

Browse files
committed
feat: not invisible anymore
1 parent 6c05068 commit 5e91e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/config.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ get_current_config <- function(path = getwd()) {
7979
# There used to be a copy skeleton mechanism but I feel like
8080
# we should not support this
8181
return(
82-
invisible(path_conf)
82+
path_conf
8383
)
8484
}
8585

0 commit comments

Comments
 (0)