Skip to content

Commit

Permalink
#262 fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 1, 2022
1 parent 4aab301 commit 2f3e63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/actions/rmarkdown_create_metadata.R
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ function(action, entity, config){

config$logger.info('Generate Rmd')
#options
options <- action$otions
options <- action$options
template <- if(!is.null(options$template)) options$template else "generic"
output_format <- if(!is.null(options$output_format)) options$output_format else "html"

Expand Down

0 comments on commit 2f3e63d

Please sign in to comment.