Skip to content

Commit 04ab110

Browse files
authored
Merge pull request #184 from Pijatow/patch-1
Fix typo
2 parents 3a5bab8 + 6707938 commit 04ab110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: regenerate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ while [ $# -gt 0 ]; do
1717
done
1818

1919
if $show_answer ; then
20-
echo "WARNING!! This script REMOVE your Taiga's database and you LOSE all the data."
20+
echo "WARNING!! This script REMOVES your Taiga's database and you LOSE all the data."
2121
read -p "Are you sure you want to delete all data? (Press Y to continue): " -n 1 -r
2222
echo # (optional) move to a new line
2323
if [[ ! $REPLY =~ ^[Yy]$ ]] ; then

0 commit comments

Comments
 (0)