Skip to content

Commit 1f62041

Browse files
committed
test
1 parent 6548653 commit 1f62041

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/events/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ lando what-service --service web2 | grep web | wc -l | grep 2
4949
lando multi-pass
5050

5151
# Should run on rebuild without failing and trigger pre-rebuild event
52-
lando rebuild -y | grep "ET TU, BRUT"
52+
lando rebuild -y -vvv | grep "ET TU, BRUT"
5353
lando ssh -s web -c "cat /app/test/web-pre-rebuild.txt | grep rebuilding"
5454
lando ssh -s l337 -c "cat /app/test/l337-pre-rebuild.txt | grep rebuilding"
5555
lando exec web2 -- cat /app/test/web2-pre-rebuild.txt | grep rebuilding

0 commit comments

Comments
 (0)