mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 15:05:33 +00:00
MINOR Correct release archive name
This commit is contained in:
parent
57e465409e
commit
ff301f9ea9
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user