Skip to content

Commit ddedd81

Browse files
committedJan 29, 2025·
Add missing '/' for rake task which updates pages
1 parent bad367a commit ddedd81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎rakelib/release.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def create_post(version)
9191
io.write(release_issues(version))
9292
end
9393

94-
t.strftime("%Y/%m/%d/jruby-#{v}")
94+
t.strftime("/%Y/%m/%d/jruby-#{v}")
9595
end
9696

9797
def change_versions_in(filename, version, post_link)

0 commit comments

Comments
 (0)
Please sign in to comment.