Skip to content

Commit cfface8

Browse files
committed
fixed a general path fordemo outdir
Signed-off-by: Aritra Dey <[email protected]>
1 parent 3418568 commit cfface8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/tutorials/Demo_1_Basic_Run/download_sipnet.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ if (os == "Linux") {
1515
PEcAn.logger::logger.error("Unsupported operating system: ", os)
1616
}
1717

18-
demo_outdir <- here::here("documentation/tutorials/Demo_1_Basic_Run/demo_outdir")
18+
demo_outdir <- file.path("demo_outdir")
1919
dest_path <- file.path(demo_outdir, "sipnet")
2020
if (!dir.exists(demo_outdir)) {
2121
# using if(!dir.exists) instead of `showWarnings = FALSE`

0 commit comments

Comments
 (0)