TezosTaqueria / taqueria

*BETA* Taqueria provides a seamless development workflow to easily build, test and deploy your Tezos applications.
https://taqueria.io
Apache License 2.0
64 stars 20 forks source link

šŸ› Bug āž¾ Text output typo when starting a postgresql docker container (not "Staring", should be "Starting") #1380

Closed michaelkernaghan closed 2 years ago

michaelkernaghan commented 2 years ago

šŸ†˜ What happened?

I followed the instructions in the docs for setting up the first project.
I got the step: taq start sandbox local I noticed in the output from this command that it says "Staring PostgreSQL" it should be "Starting," not "Staring."

Same with the rest of the console output: Staring TzKt.Sync 75573ffd434ddb3407aaac6ab94e17f2ef1bcf1c68c8ae94c45928f0d13de336

Staring TzKt.Api e09e65b98b9b314a159c9654cef9b09276bbc3c1ca17156d87fb13ca469e55e1

šŸŖµ Relevant log output

Eve:~/myfirstproject/my-first-project$ taq start sandbox local
20000 is already in use, 20001 will be used for sandbox local instead and .taq/config.json will be updated to reflect this.
Booting sandbox...
Configuring sandbox...
Adding accounts...
Started local.
5432 is already in use, 5433 will be used for postgresql in local instead and .taq/config.json will be updated to reflect this.
5000 is already in use, 5001 will be used for TzKt API in local instead and .taq/config.json will be updated to reflect this.
Staring postgresql
4e1417862e233fed0da1861ce060d9758f5d7903f34af04eb683ee5e2427fb35

Staring TzKt.Sync
75573ffd434ddb3407aaac6ab94e17f2ef1bcf1c68c8ae94c45928f0d13de336

Staring TzKt.Api
e09e65b98b9b314a159c9654cef9b09276bbc3c1ca17156d87fb13ca469e55e1

šŸ˜ How impactful is this bug?

šŸœ Minor annoyance

ā±ļø Prevalance

maybe once

šŸ’» Operating System

Linux

šŸ•øļø System Architecture

x64

šŸŒ® Taqueria Version

v0.20.2

šŸŒæ Node.js Version

v16.13.1

ā˜Žļø Contact Details

michaelkernaghan@ecadlabs.com

Code of Conduct

hu3man commented 2 years ago

Thanks @michaelkernaghan!

Please include a title to help identification on the board

ac10n commented 2 years ago

Already fixed