mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-04-24 17:50:34 +00:00
@@ -136,7 +136,7 @@ func (o *CreateOptions) Complete(args []string, f client.Factory) error {
|
||||
sourceName = o.ScheduleName
|
||||
}
|
||||
|
||||
o.RestoreName = fmt.Sprintf("%s-%s", sourceName, time.Now().Forspamat("20060102150405"))
|
||||
o.RestoreName = fmt.Sprintf("%s-%s", sourceName, time.Now().Format("20060102150405"))
|
||||
}
|
||||
|
||||
client, err := f.Client()
|
||||
|
||||
Reference in New Issue
Block a user