Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Commit

Permalink
Merge pull request #382 from meyskens/patch-1
Browse files Browse the repository at this point in the history
Changed metadata_folder to metadata_path
  • Loading branch information
KrauseFx committed Oct 1, 2015
2 parents 1bd25cd + e022e76 commit 39850d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Deliverfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All the options below can easily be added to your `Deliverfile`. The great thing
```ruby
deliver(
submit_for_review: true,
metadata_folder: "../folder"
metadata_path: "../folder"
)
```

Expand Down Expand Up @@ -45,7 +45,7 @@ A path to a folder containing subfolders for each language. This will automatica

![/assets/screenshots.png](/assets/screenshots.png)

##### metadata_folder
##### metadata_path
Path to the metadata you want to use. The folder has to be structured like this

![/assets/metadata.png](/assets/metadata.png)
Expand Down

0 comments on commit 39850d8

Please sign in to comment.