Skip to content

Commit

Permalink
Fix punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
Splines committed Dec 28, 2024
1 parent a1ef607 commit c523844
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .config/commands/prod.justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down

0 comments on commit c523844

Please sign in to comment.