Skip to content

Commit 4730ed1

Browse files
authored
Merge pull request laradock#1308 from gorjan-mishevski/patch-1
Update index.md
2 parents c21c676 + fde265e commit 4730ed1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

DOCUMENTATION/content/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ Here are a few things I use to clean things up.
358358
```
359359
dclean() {
360360
processes=`docker ps -q -f status=exited`
361-
if [ -n "$processes" ]; thend
361+
if [ -n "$processes" ]; then
362362
docker rm $processes
363363
fi
364364

0 commit comments

Comments
 (0)