Skip to content

Commit

Permalink
Fix Typo error in docker_run_git.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
nenes25 authored Aug 30, 2021
1 parent d9e2955 commit cdcbbc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/docker_run_git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if [ ! -f ./config/settings.inc.php ]; then
fi
fi
else
echo "\n* Pretashop Core already installed...";
echo "\n* PrestaShop Core already installed...";
fi

if [ $PS_DEMO_MODE -ne 0 ]; then
Expand Down

0 comments on commit cdcbbc8

Please sign in to comment.