Skip to content

Commit

Permalink
address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
luolibin committed May 13, 2020
1 parent 97d3f86 commit 6dc97a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/backup-manager/app/export/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (bm *BackupManager) setOptions(backup *v1alpha1.Backup) (string, error) {
if err != nil {
return reason, err
}
bm.Options.Prefix = prefix
bm.Options.Prefix = strings.Trim(prefix, "/")
return "", nil
}

Expand Down

0 comments on commit 6dc97a5

Please sign in to comment.