MINOR Correct release archive name

This commit is contained in:
Ingo Schommer 2011-10-18 15:22:06 +02:00
parent 57e465409e
commit ff301f9ea9
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ Options:
<echo msg="Creating '${archivename}' archive"/>
</then>
<else>
<input propertyName="archivename" defaultValue="archive" promptChar=":">Please enter a name for the archive (without extension)</input>
<input propertyName="archivename" defaultValue="SilverStripe-vX.Y.Z" promptChar=":">Please enter a name for the archive (without extension)</input>
<property name="archivefilename" value="${archivename}.${archivetype}" />
<echo msg="Creating '${archivename}' archive"/>
</else>