Skip to content

Commit

Permalink
run go fmt
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Aug 7, 2019
1 parent 618886d commit ecb6143
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ func NewCmdRestore() *cobra.Command {
getDumpOpts := func(mongoDSN, hostKey string, isStandalone bool) restic.DumpOptions {
log.Infoln("processing backupOptions for ", mongoDSN)
dumpOpt := restic.DumpOptions{
Host: hostKey,
Host: hostKey,
SourceHost: hostKey,
FileName: defaultDumpOpt.FileName,
Snapshot: defaultDumpOpt.Snapshot,
FileName: defaultDumpOpt.FileName,
Snapshot: defaultDumpOpt.Snapshot,
}

// setup pipe command
Expand Down

0 comments on commit ecb6143

Please sign in to comment.