Skip to content

Commit 9d8f272

Browse files
committed
Fixed http sources fetcher
1 parent 65230cb commit 9d8f272

File tree

1 file changed

+1
-1
lines changed
  • lib/robert/deployment/ext/sources

1 file changed

+1
-1
lines changed

lib/robert/deployment/ext/sources/http.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
brev = build_repository[revision]
88
brev.setup!
99

10-
logd "fetching #{fetch(:http_sources_from)} to #{fetch(:http_sources_to)}"
10+
logd "fetching #{var[:from]} to #{var[:to]}"
1111
open var[:from] do |fin|
1212
open("#{brev.src_path}/#{var[:to]}", "w") do |fout|
1313
fout.write(fin.read)

0 commit comments

Comments
 (0)