Skip to content

Commit

Permalink
Improves a test bash command
Browse files Browse the repository at this point in the history
  • Loading branch information
SpiralBrad committed Dec 14, 2024
1 parent 81c748d commit 608a2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/5.x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ lando ssh -s pma -c "env | grep PMA_HOSTS=database,database2"
lando ssh -s pma_theme -c "env | grep PMA_HOSTS=database,database2"

# Should have set a custom config file if specified
lando ssh -s pma_theme -c "cat /etc/phpmyadmin/config.user.inc.php" | grep ThemeDefault | grep pmaterial
lando ssh -s pma_theme -c "cat /etc/phpmyadmin/config.user.inc.php | grep ThemeDefault | grep pmaterial"
```

Destroy tests
Expand Down

0 comments on commit 608a2be

Please sign in to comment.