Skip to content

Commit 5bbb2bb

Browse files
committed
Update redis download URL
1 parent 0acc918 commit 5bbb2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/support/redis_builder.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def tarball_path
5353
end
5454

5555
def tarball_url
56-
"https://github.com/antirez/redis/archive/#{@redis_branch}.tar.gz"
56+
"https://github.com/redis/redis/archive/#{@redis_branch}.tar.gz"
5757
end
5858

5959
def build

0 commit comments

Comments
 (0)