Skip to content

Commit b430c31

Browse files
cscheidcwickham
andauthored
Update docs/advanced/quarto-execute-info.qmd
Co-authored-by: Charlotte Wickham <[email protected]>
1 parent 34241b6 commit b430c31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/quarto-execute-info.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ info_file <- Sys.getenv("QUARTO_EXECUTE_INFO")
3838
info <- fromJSON(info_file)
3939

4040
# Access document path
41-
print(info$`document-path`)
41+
info$`document-path`
4242

4343
# Access format information
4444
print(info$format$identifier$`target-format`)

0 commit comments

Comments
 (0)