Skip to content

Commit 204f5dd

Browse files
committed
Fixed download tests.
1 parent c0704ad commit 204f5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/util-tests/download_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
. ./share/ruby-install/util.sh
55

66
test_dir="$test_fixtures_dir/download_test"
7-
test_url="https://raw.github.com/postmodern/ruby-install/master/README.md"
7+
test_url="https://raw.githubusercontent.com/postmodern/ruby-install/master/README.md"
88
test_dest="$test_dir/download.txt"
99

1010
function test_download()

0 commit comments

Comments
 (0)