Skip to content

Commit

Permalink
Fix quarto preview
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Nov 13, 2024
1 parent 8dfae7d commit 1ed209e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/shinylive-quarto-apps-commands.R
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ print.quarto_shinylive_apps <- function(x, ...) {
# Step: Preview document
cli::cli_text()
cli::cli_text("{.strong Step {current_step}:} Preview the document:")
cli::cli_code('quarto preview "{doc_name}"', language = "bash")
cli::cli_code(sprintf('quarto preview "%s"', doc_name), language = "bash")

# Add summary of contained apps
cli::cli_text()
Expand Down

0 comments on commit 1ed209e

Please sign in to comment.