diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-03-28 10:20:57 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-03-28 10:20:57 +0100 |
| commit | 2c2194b85c775edbf87513cc047282c68ca8012b (patch) | |
| tree | 504bee149adbd27111f22c07d784b8aea539bb06 | |
| parent | ba744cec96876bfe41b293e45bd342b7a6f729aa (diff) | |
add readme to txt format
| -rwxr-xr-x | geheim.rb | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -225,6 +225,8 @@ class Index < CommitFile def is_binary? if @description.include?(".txt") false + if @description.include?(".README") + false elsif @description.include?(".csv") false elsif @description.include?(".md") |
