Skip to content

Commit

Permalink
Merge pull request #91 from lbausch/patch-1
Browse files Browse the repository at this point in the history
Remove whitespace
  • Loading branch information
fideloper authored Dec 13, 2018
2 parents 04b93f8 + 6adbe1d commit d7dcdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-files/vessel
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ if [ $# -gt 0 ]; then
# Stop the containers
elif [ "$1" == "stop" ]; then
$COMPOSE down

# If "php" is used, pass-thru to "php"
# inside a new container
elif [ "$1" == "php" ]; then
Expand Down Expand Up @@ -217,7 +217,7 @@ if [ $# -gt 0 ]; then
app \
php artisan tinker
fi

# If "node" is used, run node
# from our node container
elif [ "$1" == "node" ]; then
Expand Down

0 comments on commit d7dcdb5

Please sign in to comment.