diff options
-rw-r--r-- | infra-status.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/infra-status.rb b/infra-status.rb index 2a3ae43..c2a9ef4 100644 --- a/infra-status.rb +++ b/infra-status.rb @@ -54,7 +54,7 @@ get '/feed.atom' do item.link = MY_URL + 'notice/' + notice['id'] item.title = notice['title'] item.updated = notice['updated_at'].to_s - item.description = markdown(notice.get_content) + item.description = markdown(notice.content) end end end |