Skip to content

Commit 164dbea

Browse files
committed
minor tidying
1 parent 9715160 commit 164dbea

2 files changed

Lines changed: 1 addition & 21 deletions

File tree

Shipping/Code/master_shipping.r

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ config_summary <- tibble::tibble(
5555
)
5656
print(config_summary, n = nrow(config_summary), width = Inf)
5757

58-
message('All required paths and URLs look good.')
58+
message('Please check the configuration above')
5959
response <- tolower(trimws(readline(prompt = 'Proceed with shipping? [y/N]: ')))
6060
if (!response %in% c('y', 'yes')) {
6161
stop('Shipping aborted by user.', call. = FALSE)

Signals/auto-editdo.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)