Skip to content

Commit 9c8532e

Browse files
committed
Adding support for Swift 3.0 Release.
1 parent 6fcbc8d commit 9c8532e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compile-extensions/bin/download_dependency

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ if translated_uri.nil?
7575
if status_code == "200"
7676
debug "DEBUG: Dependency is reachable on remote server: #{original_url}"
7777
else
78-
STDERR.puts "ERROR: Could not find/download the custom Swift version from Swift.org: #{translated_uri}"
78+
STDERR.puts "ERROR: Could not find/download requested custom Swift version from Swift.org: #{translated_uri}"
7979
exit 3
8080
end
8181
end

0 commit comments

Comments
 (0)