Skip to content

Commit

Permalink
[cherry-pick] Fix Cleanup log (#96) (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: hmsayem <hmsayem@appscode.com>
  • Loading branch information
1gtm committed May 30, 2023
1 parent 167a172 commit f32fe64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/backup.go
Expand Up @@ -199,7 +199,7 @@ func (opt *natsOptions) backupNATS(targetRef api_v1beta1.TargetRef) (*restic.Bac
return nil, err
}

klog.Infoln("Cleaning up temporary data directory directory: ", opt.interimDataDir)
klog.Infoln("Cleaning up temporary data directory: ", opt.interimDataDir)
if err := clearDir(opt.interimDataDir); err != nil {
return nil, err
}
Expand Down

0 comments on commit f32fe64

Please sign in to comment.