Commit 2b5a5c22 authored by Antoine d'Otreppe's avatar Antoine d'Otreppe Committed by Lasse Bang Mikkelsen

Fixed a little mistake in the svn pre-download description

parent 844946c4
......@@ -235,7 +235,7 @@ module Pod
def description
"from `#{@params[:svn]}'".tap do |description|
# TODO is the :folder param meaningful here ?
description << ", folder `#{@params[:folder]}'" if @params[:revision]
description << ", folder `#{@params[:folder]}'" if @params[:folder]
description << ", tag `#{@params[:tag]}'" if @params[:tag]
description << ", revision `#{@params[:revision]}'" if @params[:revision]
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment