Skip to content

Commit

Permalink
minor bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
gfinak committed Sep 7, 2018
1 parent 2c26844 commit 18a42a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prompt.R
Expand Up @@ -3,7 +3,7 @@
"DataPackageR_interact",
interactive()
)) {
if (interactive()) {
if (interactive()&interact) {
cat(crayon::cyan("Enter a text description of the changes for the NEWS.md file.\n")) # nolint
}else{
cat(crayon::cyan("Non-interactive NEWS.md file update.\n"))
Expand Down

0 comments on commit 18a42a9

Please sign in to comment.