Skip to content

Commit

Permalink
Fix typo which causes a crash (#7569)
Browse files Browse the repository at this point in the history
  • Loading branch information
ffittschen authored and KrauseFx committed Dec 19, 2016
1 parent 0edd4a0 commit 1fc7876
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/lib/fastlane/actions/scp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def self.run(params)
if params[:download]

t_ret = scp.download! params[:download][:src], params[:download][:dst], recursive: true
UI.message(['[SCP COMMAND]', "Successfully Downloaded", params[:upload][:src], params[:upload][:dst]].join(': '))
UI.message(['[SCP COMMAND]', "Successfully Downloaded", params[:download][:src], params[:download][:dst]].join(': '))
unless params[:download][:dst]
ret = t_ret
end
Expand Down

0 comments on commit 1fc7876

Please sign in to comment.