diff options
| author | Paul Buetow <git@mx.buetow.org> | 2021-03-28 10:21:26 +0100 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2021-03-28 10:21:26 +0100 |
| commit | 425bfc17e229fee7251cb851cba8b3fd6017a95f (patch) | |
| tree | 870e2971a59dca0da75da432e0b9625c227a8dde | |
| parent | 2c2194b85c775edbf87513cc047282c68ca8012b (diff) | |
fix
| -rwxr-xr-x | geheim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ class Index < CommitFile def is_binary? if @description.include?(".txt") false - if @description.include?(".README") + elsif @description.include?(".README") false elsif @description.include?(".csv") false |
