diff options
author | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 13:29:23 +0100 |
---|---|---|
committer | Johannes Löthberg <johannes@kyriasis.com> | 2016-11-15 13:29:23 +0100 |
commit | 294fd044deff8e727a29847712a25149c1545063 (patch) | |
tree | 6f378c9b0ea86e2b3e2d3eaa8dc570c244002bbd /scripts/publish | |
parent | 3cd56b234029cbebea177f32c6d531338334ec40 (diff) | |
download | kyblo-294fd044deff8e727a29847712a25149c1545063.tar.xz |
Rename entries.json to metadata.json
Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
Diffstat (limited to 'scripts/publish')
-rwxr-xr-x | scripts/publish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/publish b/scripts/publish index e76409e..b761265 100755 --- a/scripts/publish +++ b/scripts/publish @@ -11,7 +11,7 @@ main() { local date="$(date -Id)" mv "$file" entries/"$file" - jq "[.[], { title: \"$title\", date: \"$date\", file: \"$file\" }]" <entries.json | sponge entries.json + jq "[.[], { title: \"$title\", date: \"$date\", file: \"$file\" }]" <metadata.json | sponge metadata.json } main "$@" |