Skip to content

Commit

Permalink
Fix TOML files not being saved with correct file extension.
Browse files Browse the repository at this point in the history
  • Loading branch information
tech4him1 authored and erquhart committed Oct 30, 2017
1 parent d984113 commit 2c19c22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reducers/collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const collections = (state = null, action) => {
const formatToExtension = format => ({
markdown: 'md',
yaml: 'yml',
toml: 'toml',
json: 'json',
html: 'html',
}[format]);
Expand Down

0 comments on commit 2c19c22

Please sign in to comment.