We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b0da8 commit 3a5c7a4Copy full SHA for 3a5c7a4
1 file changed
R/config.R
@@ -79,7 +79,7 @@ get_current_config <- function(path = getwd()) {
79
# There used to be a copy skeleton mechanism but I feel like
80
# we should not support this
81
return(
82
- invisible(path_conf)
+ path_conf
83
)
84
}
85
0 commit comments