Skip to content

Commit

Permalink
Fix Distillery (elixirschool#1743)
Browse files Browse the repository at this point in the history
* Fix typo

* Remove redundant sentence
  • Loading branch information
Tsuyoshi84 authored and doomspork committed Mar 17, 2019
1 parent 116a528 commit 17ff3c1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/lessons/libraries/distillery.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
version: 2.0.0
version: 2.0.1
title: Distillery (Basics)
---

Expand Down Expand Up @@ -98,7 +98,7 @@ If you are using distillery with Phoenix there are a few extra steps you need to

First, we need to edit our `config/prod.exs` file.

Change the following line form this:
Change the following line from this:

```
config :book_app, BookAppWeb.Endpoint,
Expand Down Expand Up @@ -229,7 +229,7 @@ release_ctl eval "BookAppWeb.ReleaseTasks.seed/0"

See more about shell_scripts from Distillery [here](https://hexdocs.pm/distillery/extensibility/shell_scripts.html)

Finally, in your `rel/config.exs` file, add the following to your `rel/config.exs` file
Finally, add the following to your `rel/config.exs` file
```
release :book_app do
...
Expand Down

0 comments on commit 17ff3c1

Please sign in to comment.