summaryrefslogtreecommitdiff
path: root/geheim.rb
diff options
context:
space:
mode:
authorPaul Buetow <git@mx.buetow.org>2021-03-28 10:20:57 +0100
committerPaul Buetow <git@mx.buetow.org>2021-03-28 10:20:57 +0100
commit2c2194b85c775edbf87513cc047282c68ca8012b (patch)
tree504bee149adbd27111f22c07d784b8aea539bb06 /geheim.rb
parentba744cec96876bfe41b293e45bd342b7a6f729aa (diff)
add readme to txt format
Diffstat (limited to 'geheim.rb')
-rwxr-xr-xgeheim.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/geheim.rb b/geheim.rb
index f95ee1a..ff42bab 100755
--- a/geheim.rb
+++ b/geheim.rb
@@ -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")