Skip to content

Commit

Permalink
justfile: designate correct default key
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasjuhrich committed Jan 25, 2024
1 parent 01ecc48 commit 766e4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ _create-swdd-view:

_confirm-drop:
#!/usr/bin/env bash
read -p "Möchten Sie die Datenbank neu importieren? (J/n) " -n 1 con;
read -p "Möchten Sie die Datenbank neu importieren? (j/N) " -n 1 con;
echo;
if [[ ! $con =~ [Jj] ]]; then
echo "Datenbanklöschung abgebrochen.";
Expand Down

0 comments on commit 766e4bd

Please sign in to comment.