refactor(Commands): Renamed StartBackupProc

This commit is contained in:
netbenix 2021-12-31 17:15:58 +01:00
parent 2fb37a9953
commit bb796d4cf2
2 changed files with 3 additions and 2 deletions

View file

@ -12,7 +12,7 @@ import (
"time"
)
func NewStartBackupProc() *cli.Command {
func StartBackupProc() *cli.Command {
logger := Logging.Logger("backup")
return &cli.Command{