Skip to content

Commit

Permalink
Fixed missing end quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Nov 19, 2024
1 parent 7ce219a commit 21a54b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions start-local.sh
Original file line number Diff line number Diff line change
Expand Up @@ -480,11 +480,11 @@ ask_confirmation() {
cd ${SCRIPT_DIR}
if [ ! -e "docker-compose.yml" ]; then
echo "Error: I cannot find the docker-compose.yml file"
echo "I cannot uninstall start-local.
echo "I cannot uninstall start-local."
fi
if [ ! -e ".env" ]; then
echo "Error: I cannot find the .env file"
echo "I cannot uninstall start-local.
echo "I cannot uninstall start-local."
fi
echo "This script will uninstall start-local."
echo "All data will be deleted and cannot be recovered."
Expand Down

0 comments on commit 21a54b8

Please sign in to comment.