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

Commit

Permalink
Changed metadata_folder to metadata_path
Browse files Browse the repository at this point in the history
  • Loading branch information
Maarten Eyskens committed Oct 1, 2015
1 parent ac2aa8a commit e022e76
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 e022e76

Please sign in to comment.