We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65230cb commit 9d8f272Copy full SHA for 9d8f272
lib/robert/deployment/ext/sources/http.rb
@@ -7,7 +7,7 @@
7
brev = build_repository[revision]
8
brev.setup!
9
10
- logd "fetching #{fetch(:http_sources_from)} to #{fetch(:http_sources_to)}"
+ logd "fetching #{var[:from]} to #{var[:to]}"
11
open var[:from] do |fin|
12
open("#{brev.src_path}/#{var[:to]}", "w") do |fout|
13
fout.write(fin.read)
0 commit comments