Skip to content

Commit 7adebad

Browse files
authored
fix urls
1 parent a709ffb commit 7adebad

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.gitpod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ tasks:
4848
echo 'Hey!. Your environment is starting soon. You can see the progress in the Shopware Terminal'
4949
echo 'If you want to run the Admin Watch, just use the Terminal alias: admin-watch'
5050
echo 'Happy Coding!'
51-
echo "Shop URL: ${gp url 8000}"
52-
echo "Admin-Watcher URL: ${gp url 8080}"
53-
echo "Adminer URL: ${gp url 5000}"
51+
echo "Shop URL: $(gp url 8000)"
52+
echo "Admin-Watcher URL: $(gp url 8080)"
53+
echo "Adminer URL: $(gp url 5000)"
5454
5555
ports:
5656
- port: 8000

0 commit comments

Comments
 (0)