Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4ee0ae5

Browse files
authoredJan 9, 2025··
Merge pull request #50 from olleolleolle/patch-1
Cleanup: Remove reference to tryjruby directory
2 parents 12b2bbb + f827b58 commit 4ee0ae5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rakelib/s3.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ require 'fog'
33

44
Fog.credentials = { path_style: true }
55

6-
INDEXED_FOLDERS = %w(downloads prerelease presentations tryjruby)
6+
INDEXED_FOLDERS = %w(downloads prerelease presentations)
77

88
def sorted_files
99
entries = []

0 commit comments

Comments
 (0)
Please sign in to comment.