Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn-hurley committed Aug 15, 2023
1 parent f4ccf40 commit 420a44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/uploader/provider/restic.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ func (rp *resticProvider) RunBackup(
}

if volMode == uploader.PersistentVolumeBlock {
return "", false, errors.New("unable to currently support block mode")
return "", false, errors.New("unable to support block mode")
}

log := rp.log.WithFields(logrus.Fields{
Expand Down

0 comments on commit 420a44e

Please sign in to comment.