From c5238445e622da82611128ab7a9ff04cad22ae3b Mon Sep 17 00:00:00 2001 From: Splines Date: Sat, 28 Dec 2024 03:01:38 +0100 Subject: [PATCH] Fix punctuation --- .config/commands/prod.justfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/commands/prod.justfile b/.config/commands/prod.justfile index a15462ae7..fec82f587 100644 --- a/.config/commands/prod.justfile +++ b/.config/commands/prod.justfile @@ -28,8 +28,8 @@ download-db-dump: echo "Latest file found: $latest_file" # Download file - echo "We will now download this file to the local machine into the folder db/backups/prod/." - echo -n "Are you sure you want to continue (y/n) " + echo "We will now download this file to the local machine into the folder db/backups/prod/" + echo -n "Are you sure you want to continue? (y/n) " read confirmation if [ "$confirmation" != "y" ]; then echo "Operation cancelled."