From 4e6a7bd637b66249c2ed9f0e21ccc62898048efe Mon Sep 17 00:00:00 2001 From: Nicolas Casajus Date: Sun, 22 Oct 2023 09:37:13 +0200 Subject: [PATCH] style: update messages --- R/new_compendium.R | 6 +++--- R/new_package.R | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/R/new_compendium.R b/R/new_compendium.R index 5cd8bb6..6b5835f 100644 --- a/R/new_compendium.R +++ b/R/new_compendium.R @@ -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')}")) } @@ -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')}")) } } @@ -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')}")) } diff --git a/R/new_package.R b/R/new_package.R index 3ddd1d8..297bb7b 100644 --- a/R/new_package.R +++ b/R/new_package.R @@ -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')}")) } @@ -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')}")) } } @@ -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')}")) }