Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
drkameleon committed Sep 21, 2024
1 parent a3c5c2a commit a781f2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/getrepodetails.art
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ getReadmeFile: function [folder][
tgtF: first list folder
if exists? r1: <= join.path @[tgtF "README"] [return read r1]
if exists? r2: <= join.path @[tgtF "README.md"] [return read r2]
if exists? r3: <= join.path @[tgtF "readme.md"] [return read r3]
return "--"
]

Expand Down

0 comments on commit a781f2e

Please sign in to comment.