Skip to content

Commit

Permalink
style: update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 22, 2023
1 parent cc9e853 commit 4e6a7bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions R/new_compendium.R
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ new_compendium <- function(compendium = ".", license = "GPL (>= 2)",

if (!quiet) {
ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Init repo')}"))
"{ui_value('init repo')}"))
}


Expand Down Expand Up @@ -686,7 +686,7 @@ new_compendium <- function(compendium = ".", license = "GPL (>= 2)",
if (!quiet) {

ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Setup GHA')}"))
"{ui_value('ci: setup actions')}"))
}
}

Expand Down Expand Up @@ -774,7 +774,7 @@ new_compendium <- function(compendium = ".", license = "GPL (>= 2)",
if (!quiet) {

ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Edit README')}"))
"{ui_value('doc: update README')}"))
}


Expand Down
6 changes: 3 additions & 3 deletions R/new_package.R
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ new_package <- function(license = "GPL (>= 2)", status = NULL,

if (!quiet) {
ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Init repo')}"))
"{ui_value('init repo')}"))
}


Expand Down Expand Up @@ -733,7 +733,7 @@ new_package <- function(license = "GPL (>= 2)", status = NULL,
if (!quiet) {

ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Setup GHA')}"))
"{ui_value('ci: setup actions')}"))
}
}

Expand Down Expand Up @@ -807,7 +807,7 @@ new_package <- function(license = "GPL (>= 2)", status = NULL,
if (!quiet) {

ui_done(paste0("Committing changes with the following message: ",
"{ui_value('Edit README')}"))
"{ui_value('doc: update README')}"))
}


Expand Down

0 comments on commit 4e6a7bd

Please sign in to comment.