Skip to content

Commit

Permalink
Revert telemetry change for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Levitas committed Jul 22, 2024
1 parent 920299a commit 1d744a0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ npm run prepare-husky
# ok docker compose is now included in docker as an option for docker
if [[ $(command -v docker-compose) ]]; then
# if the older version is installed use the dash
docker-compose --profile development up
# docker-compose --profile development up
docker-compose up
else
# if the newer version is installed don't use the dash
docker compose --profile development up
# docker compose --profile development up
docker compose up
fi

0 comments on commit 1d744a0

Please sign in to comment.