refactor(Commands): Renamed StartBackupProc
This commit is contained in:
parent
2fb37a9953
commit
bb796d4cf2
2 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ import (
|
|||
"time"
|
||||
)
|
||||
|
||||
func NewStartBackupProc() *cli.Command {
|
||||
func StartBackupProc() *cli.Command {
|
||||
logger := Logging.Logger("backup")
|
||||
|
||||
return &cli.Command{
|
||||
|
|
|
|||
Reference in a new issue