Skip to content

Commit

Permalink
run tlmgr path add/remove quietly
Browse files Browse the repository at this point in the history
  • Loading branch information
yihui committed Dec 10, 2019
1 parent a39c69b commit 8cdaffd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/tlmgr.R
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,8 @@ tlmgr_update = function(
#' directory to/from the system environment variable \code{PATH}.
#' @rdname tlmgr
#' @export
tlmgr_path = function(action = c('add', 'remove')) tlmgr(c('path', match.arg(action)))
tlmgr_path = function(action = c('add', 'remove'))
tlmgr(c('path', match.arg(action)), .quiet = TRUE)


#' @rdname tlmgr
Expand Down

0 comments on commit 8cdaffd

Please sign in to comment.